Chromium Code Reviews| 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..39da6d3e922d49373fe7e93c26d6ada2ae7c4f94 100644 |
| --- a/chrome/browser/ui/cocoa/applescript/window_applescript.h |
| +++ b/chrome/browser/ui/cocoa/applescript/window_applescript.h |
| @@ -76,6 +76,10 @@ class Profile; |
| // The index of the window, windows are ordered front to back. |
| - (NSNumber*)orderedIndex; |
| +- (NSNumber*)presenting; |
|
pink (ping after 24hrs)
2011/10/18 13:25:20
All public methods need comments.
keishi
2011/10/24 02:16:33
Done.
|
| +- (void)handlesEnterPresentationMode:(NSScriptCommand*)command; |
| +- (void)handlesExitPresentationMode:(NSScriptCommand*)command; |
| + |
| @end |
| #endif // CHROME_BROWSER_UI_COCOA_APPLESCRIPT_WINDOW_APPLESCRIPT_H_ |