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

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: adapt to api change 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..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_
« no previous file with comments | « chrome/browser/ui/cocoa/applescript/scripting.sdef ('k') | chrome/browser/ui/cocoa/applescript/window_applescript.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698