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

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

Issue 789403002: Rename fullscreen_exit_bubble_* to exclusive_access_bubble_* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mac build breaks Created 6 years 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.mm
diff --git a/chrome/browser/ui/cocoa/applescript/window_applescript.mm b/chrome/browser/ui/cocoa/applescript/window_applescript.mm
index 90ba2d7f97dbced9ab727fe3d08bacacfd1cd1ba..200385f7b591cd4d79ecd1b94c491b03f864c438 100644
--- a/chrome/browser/ui/cocoa/applescript/window_applescript.mm
+++ b/chrome/browser/ui/cocoa/applescript/window_applescript.mm
@@ -262,7 +262,7 @@
- (void)handlesEnterPresentationMode:(NSScriptCommand*)command {
if (browser_->window()) {
browser_->window()->EnterFullscreen(
- GURL(), FEB_TYPE_FULLSCREEN_EXIT_INSTRUCTION, false);
+ GURL(), EAB_TYPE_FULLSCREEN_EXIT_INSTRUCTION, false);
}
}

Powered by Google App Engine
This is Rietveld 408576698