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

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

Issue 2651333004: [Mac] Test for Content Setting Decoration (Closed)
Patch Set: 2016 -> 2017 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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/location_bar/content_setting_decoration_browsertest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d0c6e4a1d268b2b566cd0b51a8533301ba041f28..fe1c52ba499550c515f32df493453d750faea852 100644
--- a/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h
+++ b/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h
@@ -17,6 +17,7 @@
@class ContentSettingAnimationState;
@class ContentSettingBubbleController;
+class ContentSettingDecorationTest;
class ContentSettingImageModel;
class LocationBarViewMac;
class Profile;
@@ -49,6 +50,7 @@ class ContentSettingDecoration : public ImageDecoration {
virtual void AnimationTimerFired();
private:
+ friend class ContentSettingDecorationTest;
void SetToolTip(NSString* tooltip);
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/location_bar/content_setting_decoration_browsertest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698