Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2674)

Unified Diff: content/public/browser/web_contents_delegate.cc

Issue 9702055: Automated tests for full screen & mouse lock M16 features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: FileURL & BrowserTest compilation fixes Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}
« chrome/browser/ui/tests/browser_uitest.cc ('K') | « content/public/browser/web_contents_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698