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

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: 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..324429e0d9b91e6e0045162d96212e2d1e1bf77b 100644
--- a/content/browser/frame_host/interstitial_page_impl.h
+++ b/content/browser/frame_host/interstitial_page_impl.h
@@ -107,6 +107,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;
@@ -157,7 +158,7 @@ class CONTENT_EXPORT InterstitialPageImpl
#endif
bool enabled() const { return enabled_; }
- WebContents* web_contents() const;
+ WebContents* web_contents() const override;
const GURL& url() const { return url_; }
// Creates the WebContentsView that shows the interstitial RVH.

Powered by Google App Engine
This is Rietveld 408576698