| Index: chrome/browser/ui/cocoa/browser_window_controller_private.mm
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.mm b/chrome/browser/ui/cocoa/browser_window_controller_private.mm
|
| index 1ed775b94c712b877308ada24d4dcebdcec701d6..625937455b9fd670b72ef486cb0bb73e382e6ea3 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller_private.mm
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_private.mm
|
| @@ -616,10 +616,11 @@ willPositionSheet:(NSWindow*)sheet
|
| [exclusiveAccessBubbleWindowController_ closeImmediately];
|
| exclusiveAccessBubbleWindowController_.reset(
|
| [[ExclusiveAccessBubbleWindowController alloc]
|
| - initWithOwner:self
|
| - browser:browser_.get()
|
| - url:fullscreenUrl_
|
| - bubbleType:exclusiveAccessBubbleType_]);
|
| + initWithOwner:self
|
| + exclusive_access_manager:browser_.get()->exclusive_access_manager()
|
| + profile:browser_.get()->profile()
|
| + url:fullscreenUrl_
|
| + bubbleType:exclusiveAccessBubbleType_]);
|
| [exclusiveAccessBubbleWindowController_ showWindow];
|
| }
|
| }
|
|
|