| 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 39f8448710c8df932929a048bf9584187b136957..e8d66fe9b0b47e5dd60729c855b9e8d74d5d6f44 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;
|
| }
|
|
|
|
|