| 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
|
|
|