| Index: chrome/browser/ui/browser_command_controller.h
|
| diff --git a/chrome/browser/ui/browser_command_controller.h b/chrome/browser/ui/browser_command_controller.h
|
| index 7f5ccbde8027ad2bf4bc7d5d2271ed1ed34c353d..00400a3d6580c63c1bdeba7cb0d8fffdcb7ebb7f 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.
|
|
|