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

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

Issue 7740044: Implement fullscreen info bubble on Win and Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win work 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/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 0cb3e3fd75bd5dc4d269b4717297ad87bd0e55df..926b03d4f8af110a771a715cfa2164424c625f31 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
@@ -44,7 +44,8 @@
- (CGFloat)floatingBarHeight;
// Shows the informational "how to exit fullscreen" bubble.
-- (void)showFullscreenExitBubbleIfNecessary;
+- (void)showFullscreenExitBubbleIfNecessaryWithURL:(const GURL&)url
+ showButtons:(BOOL)show_buttons;
- (void)destroyFullscreenExitBubbleIfNecessary;
// Lays out the presentation mode toggle button at the top right corner of the

Powered by Google App Engine
This is Rietveld 408576698