| Index: chrome/browser/ui/cocoa/browser_window_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_cocoa.mm b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
|
| index 53a203942dc606bff7840d4f3136da73c6eff0c8..10bd53da5448a3e6c5702001c42e8e30076ba576 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
|
| @@ -375,7 +375,7 @@ void BrowserWindowCocoa::Restore() {
|
| // See browser_window_controller.h for a detailed explanation of the logic in
|
| // this method.
|
| void BrowserWindowCocoa::EnterFullscreen(const GURL& url,
|
| - FullscreenExitBubbleType bubble_type,
|
| + ExclusiveAccessBubbleType bubble_type,
|
| bool with_toolbar) {
|
| if (browser_->fullscreen_controller()->IsWindowFullscreenForTabOrPending())
|
| [controller_ enterWebContentFullscreenForURL:url bubbleType:bubble_type];
|
| @@ -391,7 +391,7 @@ void BrowserWindowCocoa::ExitFullscreen() {
|
|
|
| void BrowserWindowCocoa::UpdateFullscreenExitBubbleContent(
|
| const GURL& url,
|
| - FullscreenExitBubbleType bubble_type) {
|
| + ExclusiveAccessBubbleType bubble_type) {
|
| [controller_ updateFullscreenExitBubbleURL:url bubbleType:bubble_type];
|
| }
|
|
|
|
|