| 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
|
|
|
|
|