summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_command_controller.h
diff options
context:
space:
mode:
authoryusukes@chromium.org <yusukes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-24 14:49:09 +0000
committeryusukes@chromium.org <yusukes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-24 14:49:09 +0000
commit04b9e69daf7e295ec6785e1ca14bca0cc292faf3 (patch)
tree89666b690bf63d34d96df4074986ec2dbf63a491 /chrome/browser/ui/browser_command_controller.h
parent969825a69ee5b122e7bf1fb6aead45b69f46541d (diff)
downloadchromium_src-04b9e69daf7e295ec6785e1ca14bca0cc292faf3.zip
chromium_src-04b9e69daf7e295ec6785e1ca14bca0cc292faf3.tar.gz
chromium_src-04b9e69daf7e295ec6785e1ca14bca0cc292faf3.tar.bz2
Revert 153205 - Temporarily revert 152729 - Revert "Fixing crash Crash Report - Stack Signature: content::RenderWidgetHostImpl::ForwardKeybo"
ben asked to revert this in the main trunk. The real fix will be in once Issue 142422 gets fixed. This reverts commit 54bac78404d9b2d3ddb475526da8211414ae36b2. R=skuhne@chromium.org BUG=134465 Review URL: https://chromiumcodereview.appspot.com/10866009 TBR=skuhne@chromium.org Review URL: https://chromiumcodereview.appspot.com/10876066 TBR=yusukes@chromium.org Review URL: https://chromiumcodereview.appspot.com/10879066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153211 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, 0 insertions, 3 deletions
diff --git a/chrome/browser/ui/browser_command_controller.h b/chrome/browser/ui/browser_command_controller.h
index 7f5ccbd..00400a3 100644
--- a/chrome/browser/ui/browser_command_controller.h
+++ b/chrome/browser/ui/browser_command_controller.h
@@ -161,9 +161,6 @@ 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.