| Index: chrome/browser/cocoa/browser_window_controller.h
|
| diff --git a/chrome/browser/cocoa/browser_window_controller.h b/chrome/browser/cocoa/browser_window_controller.h
|
| index c7b24f1fba55ced8c65023935cfc1b8235482f9c..54ed8491c1716062915ecd536b736a915efc66ac 100644
|
| --- a/chrome/browser/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/cocoa/browser_window_controller.h
|
| @@ -117,6 +117,11 @@ class TabStripModelObserverBridge;
|
| // Returns fullscreen state.
|
| - (BOOL)isFullscreen;
|
|
|
| +// Executes the command in the context of the current browser.
|
| +// |command| is an integer value containing one of the constants defined in the
|
| +// "chrome/app/chrome_dll_resource.h" file.
|
| +- (void)executeCommand:(int)command;
|
| +
|
| @end
|
|
|
|
|
|
|