summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/fullscreen_controller.h
diff options
context:
space:
mode:
authorscheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-09 18:02:45 +0000
committerscheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-09 18:02:45 +0000
commit2d4ed85cc89f2dd0700eb75193d4145bbd77e8f2 (patch)
tree803338db90707b49101b65c0e2c75a43b7d04a0e /chrome/browser/ui/fullscreen_controller.h
parent35fc6e0cd8903139e17d0c857b963260a7a4bd6f (diff)
downloadchromium_src-2d4ed85cc89f2dd0700eb75193d4145bbd77e8f2.zip
chromium_src-2d4ed85cc89f2dd0700eb75193d4145bbd77e8f2.tar.gz
chromium_src-2d4ed85cc89f2dd0700eb75193d4145bbd77e8f2.tar.bz2
Add IsFullscreenForTabPending to FullscreenController
BUG=109471 Review URL: http://codereview.chromium.org/9121022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116875 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/fullscreen_controller.h')
-rw-r--r--chrome/browser/ui/fullscreen_controller.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/ui/fullscreen_controller.h b/chrome/browser/ui/fullscreen_controller.h
index 4a6a48a..b02bc00 100644
--- a/chrome/browser/ui/fullscreen_controller.h
+++ b/chrome/browser/ui/fullscreen_controller.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -43,6 +43,7 @@ class FullscreenController : public base::RefCounted<FullscreenController> {
// Querying.
bool IsFullscreenForTab() const;
bool IsFullscreenForTab(const content::WebContents* tab) const;
+ bool IsFullscreenForTabOrPending(const content::WebContents* tab) const;
// Requests.
void RequestToLockMouse(content::WebContents* tab);