| Index: chrome/browser/ui/cocoa/applescript/window_applescript.h
|
| diff --git a/chrome/browser/ui/cocoa/applescript/window_applescript.h b/chrome/browser/ui/cocoa/applescript/window_applescript.h
|
| index 6d98d10c777ed82c41eab656c8a61b773cb7f078..930fe5ea6563abb5179d926d25bcf50afa21b58c 100644
|
| --- a/chrome/browser/ui/cocoa/applescript/window_applescript.h
|
| +++ b/chrome/browser/ui/cocoa/applescript/window_applescript.h
|
| @@ -76,6 +76,15 @@ class Profile;
|
| // The index of the window, windows are ordered front to back.
|
| - (NSNumber*)orderedIndex;
|
|
|
| +// Used to see if the windows is in presentation mode.
|
| +- (NSNumber*)presenting;
|
| +
|
| +// Used to enter presentation mode.
|
| +- (void)handlesEnterPresentationMode:(NSScriptCommand*)command;
|
| +
|
| +// Used to exit presentation mode.
|
| +- (void)handlesExitPresentationMode:(NSScriptCommand*)command;
|
| +
|
| @end
|
|
|
| #endif // CHROME_BROWSER_UI_COCOA_APPLESCRIPT_WINDOW_APPLESCRIPT_H_
|
|
|