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

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

Issue 2152823004: [Material][Mac] Animation for Omnibox Verbose State Chips (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaning up Created 4 years, 5 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/ev_bubble_decoration.h
diff --git a/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.h b/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.h
index 97cd4b8e8dba47c3dddd44198d3980a874e16ec3..443ca1ec1391e6a5d36df3a31e625dd706245364 100644
--- a/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.h
+++ b/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.h
@@ -52,12 +52,12 @@ class EVBubbleDecoration : public BubbleDecoration {
// Implement |BubbleDecoration|.
ui::NinePartImageIds GetBubbleImageIds() override;
+ LocationIconDecoration* location_icon_; // weak, owned by location bar.
+
private:
// The real label. BubbleDecoration's label may be elided.
base::scoped_nsobject<NSString> full_label_;
- LocationIconDecoration* location_icon_; // weak, owned by location bar.
-
DISALLOW_COPY_AND_ASSIGN(EVBubbleDecoration);
};

Powered by Google App Engine
This is Rietveld 408576698