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

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

Issue 1629013002: Allow a main interstitial frame to act as an ExtensionMessagePort opener (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@extension-message-port-onDisconnect-580882
Patch Set: Remove trailing space Created 4 years, 11 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 0bb90cfda1d2acb498a6c703423395c8cf3db4c9..32361e881e37522f3e4d2b88f02cd771ac70fb91 100644
--- a/content/browser/frame_host/interstitial_page_impl.h
+++ b/content/browser/frame_host/interstitial_page_impl.h
@@ -64,6 +64,7 @@ class CONTENT_EXPORT InterstitialPageImpl
void Hide() override;
void DontProceed() override;
void Proceed() override;
+ WebContents* GetWebContents() const override;
RenderFrameHost* GetMainFrame() const override;
InterstitialPageDelegate* GetDelegateForTesting() override;
void DontCreateViewForTesting() override;
@@ -107,6 +108,7 @@ class CONTENT_EXPORT InterstitialPageImpl
int32_t page_id,
const base::string16& title,
base::i18n::TextDirection title_direction) override;
+ InterstitialPage* GetAsInterstitialPage() override;
AccessibilityMode GetAccessibilityMode() const override;
void Cut() override;
void Copy() override;

Powered by Google App Engine
This is Rietveld 408576698