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

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

Issue 10573003: Simplify fullscreen exit bubble on mac; updating always creates one freshly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/fullscreen_exit_bubble_controller.h
diff --git a/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.h b/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.h
index 827963f28d71f72c6dd3e13c40aa55b8696b5b01..5f92a1f59e3dce38c23d6c32fff0e60a4a6a2793 100644
--- a/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.h
+++ b/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.h
@@ -22,7 +22,6 @@ class Browser;
BrowserWindowController* owner_; // weak
Browser* browser_; // weak
GURL url_;
- BOOL showButtons_;
FullscreenExitBubbleType bubbleType_;
@protected
@@ -57,8 +56,4 @@ class Browser;
// Positions the fullscreen exit bubble in the top-center of the window.
- (void)positionInWindowAtTop:(CGFloat)maxY width:(CGFloat)maxWidth;
-// Updates the bubble contents with |url| and |bubbleType|.
-- (void)updateURL:(const GURL&)url
- bubbleType:(FullscreenExitBubbleType)bubbleType;
-
@end

Powered by Google App Engine
This is Rietveld 408576698