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

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller_private.h

Issue 7890056: FullscreenExitBubble temp UI for Mac. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fix url? Created 9 years, 3 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/browser_window_controller_private.h
diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.h b/chrome/browser/ui/cocoa/browser_window_controller_private.h
index 39b1f38f79c846e110abf7ea57c0de85b38301a4..0cb3e3fd75bd5dc4d269b4717297ad87bd0e55df 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
@@ -43,6 +43,10 @@
// call even when not in presentation mode.
- (CGFloat)floatingBarHeight;
+// Shows the informational "how to exit fullscreen" bubble.
+- (void)showFullscreenExitBubbleIfNecessary;
+- (void)destroyFullscreenExitBubbleIfNecessary;
+
// Lays out the presentation mode toggle button at the top right corner of the
// overlay. Creates the button if needed, and removes it if it is not needed.
// This method is safe to call on all OS versions.
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_controller.mm ('k') | chrome/browser/ui/cocoa/browser_window_controller_private.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698