| 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 0e24df06f853bcbf81c2763e5bf1ddc6559f9e94..ed5a1d93f9213440dc499072ea9637acbdf6bcde 100644
|
| --- a/content/public/browser/web_contents_delegate.cc
|
| +++ b/content/public/browser/web_contents_delegate.cc
|
| @@ -130,7 +130,8 @@ JavaScriptDialogCreator* WebContentsDelegate::GetJavaScriptDialogCreator() {
|
| return NULL;
|
| }
|
|
|
| -bool WebContentsDelegate::IsFullscreenForTab(const WebContents* tab) const {
|
| +bool WebContentsDelegate::IsFullscreenForTabOrPending(
|
| + const WebContents* tab) const {
|
| return false;
|
| }
|
|
|
|
|