| 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 6320eda13ff715bdd3c5baa894e8540e446a968e..48a193ba9f32e3def50a2242b9217874f1017764 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| @@ -495,7 +495,7 @@ class Command;
|
| - (void)enterPresentationModeForURL:(const GURL&)url
|
| bubbleType:(FullscreenExitBubbleType)bubbleType;
|
|
|
| -// Tries to use AppKit Fullscreen, falls back to Immersive Fullscreen.
|
| +// Enters Immersive Fullscreen for the given URL.
|
| - (void)enterHTML5FullscreenForURL:(const GURL&)url
|
| bubbleType:(FullscreenExitBubbleType)bubbleType;
|
|
|
|
|