Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(317)

Unified Diff: content/browser/frame_host/interstitial_page_impl.h

Issue 798723004: Fix copying from interstitial pages on OSX. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address more comments. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/frame_host/interstitial_page_impl.h
diff --git a/content/browser/frame_host/interstitial_page_impl.h b/content/browser/frame_host/interstitial_page_impl.h
index f8aa8a7c4c70890f831cb187f132e7047a5ef079..2bc8b15d8a1a55457c7913c6c0419d804caee2f3 100644
--- a/content/browser/frame_host/interstitial_page_impl.h
+++ b/content/browser/frame_host/interstitial_page_impl.h
@@ -63,6 +63,7 @@ class CONTENT_EXPORT InterstitialPageImpl
void Proceed() override;
RenderFrameHost* GetMainFrame() const override;
InterstitialPageDelegate* GetDelegateForTesting() override;
+ WebContents* GetAsWebContents() override;
Charlie Reis 2015/04/27 23:39:26 This is not defined in InterstitialPage, so it doe
void DontCreateViewForTesting() override;
void SetSize(const gfx::Size& size) override;
void Focus() override;

Powered by Google App Engine
This is Rietveld 408576698