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 0a2893f99a4ff40141543a73e60c08ce08e0c4fe..579e040603502b348bef4b587d876699a45ba0b2 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_controller.h |
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h |
@@ -38,6 +38,7 @@ class ExtensionKeybindingRegistryCocoa; |
@class InfoBarContainerController; |
class LocationBarViewMac; |
@class OverlayableContentsController; |
+class PermissionBubbleCocoa; |
@class PresentationModeController; |
class StatusBubbleMac; |
@class TabStripController; |
@@ -121,6 +122,9 @@ class WebContents; |
// window in fullscreen mode, so this is always nil on Lion. |
base::scoped_nsobject<NSWindow> fullscreenWindow_; |
+ // The Cocoa implementation of the PermissionBubbleView. |
+ scoped_ptr<PermissionBubbleCocoa> permissionBubbleCocoa_; |
+ |
// Tracks whether presentation mode was entered from fullscreen mode or |
// directly from normal windowed mode. Used to determine what to do when |
// exiting presentation mode. |