no_state_prefetch_contents_delegate.cc 611 B

1234567891011121314151617
  1. // Copyright 2020 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "components/no_state_prefetch/browser/no_state_prefetch_contents_delegate.h"
  5. namespace prerender {
  6. NoStatePrefetchContentsDelegate::NoStatePrefetchContentsDelegate() = default;
  7. void NoStatePrefetchContentsDelegate::OnNoStatePrefetchContentsCreated(
  8. content::WebContents* web_contents) {}
  9. void NoStatePrefetchContentsDelegate::ReleaseNoStatePrefetchContents(
  10. content::WebContents* web_contents) {}
  11. } // namespace prerender