| Index: content/public/browser/web_contents_delegate.cc
|
| diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
|
| index 72429a69aed85e9171aa280b0b784658487e6a4d..f4c0bc970380e7bfbe1da845d6eaca8930494df5 100644
|
| --- a/content/public/browser/web_contents_delegate.cc
|
| +++ b/content/public/browser/web_contents_delegate.cc
|
| @@ -131,7 +131,8 @@ JavaScriptDialogCreator* WebContentsDelegate::GetJavaScriptDialogCreator() {
|
| return NULL;
|
| }
|
|
|
| -bool WebContentsDelegate::IsFullscreenForTab(const WebContents* tab) const {
|
| +bool WebContentsDelegate::IsFullscreenForTabOrPending(
|
| + const WebContents* tab) const {
|
| return false;
|
| }
|
|
|
|
|