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

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

Issue 9875028: Reverting due to memory (Valgrind) errors. (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
===================================================================
--- chrome/browser/ui/fullscreen_controller.h (revision 129471)
+++ chrome/browser/ui/fullscreen_controller.h (working copy)
@@ -40,21 +40,10 @@
virtual ~FullscreenController();
// Querying.
-
- // Returns true if the window is currently fullscreen and was initially
- // transitioned to fullscreen by a browser (vs tab) mode transition.
- bool IsFullscreenForBrowser() const;
-
- // Returns true if fullscreen has been caused by a tab.
- // The window may still be transitioning, and window_->IsFullscreen()
- // may still return false.
- bool IsFullscreenForTabOrPending() const;
+ bool IsFullscreenForTab() const;
+ bool IsFullscreenForTab(const content::WebContents* tab) const;
bool IsFullscreenForTabOrPending(const content::WebContents* tab) const;
- // Returns true if the mouse has been locked or a lock request is pending
- // user confirmation.
- bool IsMouseLockedOrPending() const;
-
// Requests.
void RequestToLockMouse(content::WebContents* tab);
void ToggleFullscreenModeForTab(content::WebContents* tab,
Property changes on: chrome/browser/ui/fullscreen_controller.h
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_controller_private.mm ('k') | chrome/browser/ui/fullscreen_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698