From 2d4ed85cc89f2dd0700eb75193d4145bbd77e8f2 Mon Sep 17 00:00:00 2001 From: "scheib@chromium.org" Date: Mon, 9 Jan 2012 18:02:45 +0000 Subject: 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 --- chrome/browser/ui/fullscreen_controller.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chrome/browser/ui/fullscreen_controller.h') 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 { // Querying. bool IsFullscreenForTab() const; bool IsFullscreenForTab(const content::WebContents* tab) const; + bool IsFullscreenForTabOrPending(const content::WebContents* tab) const; // Requests. void RequestToLockMouse(content::WebContents* tab); -- cgit v1.1