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

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

Issue 1821823004: [Mac][Material Design] Update Omnibox dropdown on Mac to MD (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests. Created 4 years, 8 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/translate_decoration.h
diff --git a/chrome/browser/ui/cocoa/location_bar/translate_decoration.h b/chrome/browser/ui/cocoa/location_bar/translate_decoration.h
index b90f2ef7cf2a99b83af6239cb9c8c365471eecc0..1b630c345f7d84509d15452d8ab100e3ac52f04b 100644
--- a/chrome/browser/ui/cocoa/location_bar/translate_decoration.h
+++ b/chrome/browser/ui/cocoa/location_bar/translate_decoration.h
@@ -30,6 +30,10 @@ class TranslateDecoration : public ImageDecoration {
NSString* GetToolTip() override;
NSPoint GetBubblePointInFrame(NSRect frame) override;
+ protected:
+ // Overridden from LocationBarDecoration:
+ gfx::VectorIconId GetMaterialVectorIconId() const override;
+
private:
// For showing the translate bubble up.
CommandUpdater* command_updater_; // Weak, owned by Browser.
« no previous file with comments | « chrome/browser/ui/cocoa/location_bar/star_decoration.mm ('k') | chrome/browser/ui/cocoa/location_bar/translate_decoration.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698