Chromium Code Reviews| 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 { |
|
sky
2012/03/22 22:48:10
Don't leave const (or OVERRIDE) dangling on a line
scheib
2012/03/26 23:30:46
Done.
|
| return false; |
| } |