Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Unified Diff: chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h

Issue 2558443004: [Mac] Fixed the content settings bubble (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h
diff --git a/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h b/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h
index e26d04bbdb5ddbcb585d9ad56b45e8d37f7f3095..23d0a0e17ad6fbad98c578d0d9e4f0d24cd5077b 100644
--- a/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h
+++ b/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h
@@ -16,6 +16,7 @@
// of view when a page attempts to show a popup and the popup blocker is on.
@class ContentSettingAnimationState;
+@class ContentSettingBubbleController;
class ContentSettingImageModel;
class LocationBarViewMac;
class Profile;
@@ -70,6 +71,9 @@ class ContentSettingDecoration : public ImageDecoration {
CGFloat text_width_;
base::scoped_nsobject<NSAttributedString> animated_text_;
+ // The window of the content setting bubble.
+ base::scoped_nsobject<NSWindow> bubbleWindow_;
+
DISALLOW_COPY_AND_ASSIGN(ContentSettingDecoration);
};

Powered by Google App Engine
This is Rietveld 408576698