| Index: chrome/browser/ui/cocoa/browser_window_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| index 35921dc6de53406805f46c18823307095a08a935..a3950443e106a5dcb603196debc5e4914cdf69d7 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| @@ -390,8 +390,7 @@ class WebContents;
|
|
|
| // Enters (or exits) fullscreen mode. This method is safe to call on all OS
|
| // versions.
|
| -- (void)enterFullscreenForURL:(const GURL&)url
|
| - bubbleType:(FullscreenExitBubbleType)bubbleType;
|
| +- (void)enterFullscreen;
|
| - (void)exitFullscreen;
|
|
|
| // Updates the contents of the fullscreen exit bubble with |url| and
|
|
|