summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_command_controller.h
diff options
context:
space:
mode:
authorskuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-10 20:55:25 +0000
committerskuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-10 20:55:25 +0000
commit54bac78404d9b2d3ddb475526da8211414ae36b2 (patch)
tree57f87604a644a28d72c706fdc09e2048fed004ca /chrome/browser/ui/browser_command_controller.h
parentf9717cecd5d02113131bf33aeac7b109f6e0a668 (diff)
downloadchromium_src-54bac78404d9b2d3ddb475526da8211414ae36b2.zip
chromium_src-54bac78404d9b2d3ddb475526da8211414ae36b2.tar.gz
chromium_src-54bac78404d9b2d3ddb475526da8211414ae36b2.tar.bz2
Fixing crash Crash Report - Stack Signature: content::RenderWidgetHostImpl::ForwardKeybo
BUG=134465 TEST=by hand Review URL: https://chromiumcodereview.appspot.com/10836186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151121 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/browser_command_controller.h')
-rw-r--r--chrome/browser/ui/browser_command_controller.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/ui/browser_command_controller.h b/chrome/browser/ui/browser_command_controller.h
index c5bfb9e..6f64549 100644
--- a/chrome/browser/ui/browser_command_controller.h
+++ b/chrome/browser/ui/browser_command_controller.h
@@ -161,6 +161,9 @@ class BrowserCommandController : public CommandUpdater::CommandUpdaterDelegate,
inline BrowserWindow* window();
inline Profile* profile();
+ // Check if any window is open in full screen mode.
+ bool IsFullScreenWindowOpen();
+
Browser* browser_;
// The CommandUpdater that manages the browser window commands.