Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: chrome/browser/ui/cocoa/applescript/window_applescript.h

Issue 8118030: Add Applescript commands to enter presentation mode (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698