diff options
Diffstat (limited to 'content/public/browser/web_contents_delegate.cc')
-rw-r--r-- | content/public/browser/web_contents_delegate.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc index ed5a1d9..0e24df0 100644 --- a/content/public/browser/web_contents_delegate.cc +++ b/content/public/browser/web_contents_delegate.cc @@ -130,8 +130,7 @@ JavaScriptDialogCreator* WebContentsDelegate::GetJavaScriptDialogCreator() { return NULL; } -bool WebContentsDelegate::IsFullscreenForTabOrPending( - const WebContents* tab) const { +bool WebContentsDelegate::IsFullscreenForTab(const WebContents* tab) const { return false; } |