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

Unified Diff: chrome/browser/ui/fullscreen_controller.h

Issue 9702055: Automated tests for full screen & mouse lock M16 features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: chrome/browser/ui/fullscreen_controller.h
diff --git a/chrome/browser/ui/fullscreen_controller.h b/chrome/browser/ui/fullscreen_controller.h
index 9af0e7da935ed4fe2cafa61b70df2705773c05e8..f77e3d071ea879350a3e9d0b4fdd8a3c673055b9 100644
--- a/chrome/browser/ui/fullscreen_controller.h
+++ b/chrome/browser/ui/fullscreen_controller.h
@@ -41,9 +41,10 @@ class FullscreenController : public base::RefCounted<FullscreenController> {
virtual ~FullscreenController();
// Querying.
- bool IsFullscreenForTab() const;
- bool IsFullscreenForTab(const content::WebContents* tab) const;
+ bool IsFullscreenForBrowser() const;
+ bool IsFullscreenForTabOrPending() const;
yzshen1 2012/03/16 07:33:28 Nit: Would you please add a comment about what 'pe
scheib 2012/03/16 21:20:03 Done.
bool IsFullscreenForTabOrPending(const content::WebContents* tab) const;
+ bool IsMouseLockedOrPending() const;
// Requests.
void RequestToLockMouse(content::WebContents* tab);

Powered by Google App Engine
This is Rietveld 408576698