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

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

Issue 2668833003: DialogBrowserTest implementation to invoke Content settings bubble dialogs. (Closed)
Patch Set: Fixed Cocoa build Created 3 years, 11 months 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 fe1c52ba499550c515f32df493453d750faea852..6c0d67ff83f03bb044503d8168140008d2755dce 100644
--- a/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h
+++ b/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h
@@ -49,6 +49,10 @@ class ContentSettingDecoration : public ImageDecoration {
// be friends.
virtual void AnimationTimerFired();
+ ContentSettingImageModel* content_setting_image_model() {
+ return content_setting_image_model_.get();
+ }
+
private:
friend class ContentSettingDecorationTest;

Powered by Google App Engine
This is Rietveld 408576698