diff options
Diffstat (limited to 'chromium/ui/views/controls/webview/webview.h')
-rw-r--r-- | chromium/ui/views/controls/webview/webview.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chromium/ui/views/controls/webview/webview.h b/chromium/ui/views/controls/webview/webview.h index 84d5cd520f7..624dcb1a4d8 100644 --- a/chromium/ui/views/controls/webview/webview.h +++ b/chromium/ui/views/controls/webview/webview.h @@ -149,8 +149,6 @@ class WEBVIEW_EXPORT WebView : public View, void DidDestroyFullscreenWidget() override; void DidToggleFullscreenModeForTab(bool entered_fullscreen, bool will_cause_resize) override; - void DidAttachInterstitialPage() override; - void DidDetachInterstitialPage() override; // Workaround for MSVC++ linker bug/feature that requires // instantiation of the inline IPC::Listener methods in all translation units. void OnChannelConnected(int32_t peer_id) override {} |