| Index: chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.h b/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| index 61a96e86c4cd8dc1e168aa19c237df11c02f6e7a..d75466935e77c07d43313e065048a1dd254cd7b8 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| @@ -10,7 +10,7 @@
|
| #import "chrome/browser/ui/cocoa/fullscreen_toolbar_controller.h"
|
|
|
| @class BrowserWindowLayout;
|
| -class PermissionBubbleManager;
|
| +class PermissionRequestManager;
|
|
|
| namespace content {
|
| class WebContents;
|
| @@ -176,7 +176,7 @@ class WebContents;
|
| - (void)resetCustomAppKitFullscreenVariables;
|
|
|
| - (content::WebContents*)webContents;
|
| -- (PermissionBubbleManager*)permissionBubbleManager;
|
| +- (PermissionRequestManager*)permissionRequestManager;
|
|
|
| // Hides or unhides any displayed modal sheet for fullscreen transition.
|
| // Modal sheets should be hidden at the beginning and then shown at the end.
|
|
|