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

Unified Diff: chrome/browser/ui/views/location_bar/selected_keyword_view.h

Issue 1421683002: Update search chip icon for MD, vectorize. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pkasting review Created 5 years, 2 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/views/location_bar/selected_keyword_view.h
diff --git a/chrome/browser/ui/views/location_bar/selected_keyword_view.h b/chrome/browser/ui/views/location_bar/selected_keyword_view.h
index 1be64e836e0eb33df5350e79733277aee9792f17..974ead1a86618a2e051b260d075cb3d4151eadfd 100644
--- a/chrome/browser/ui/views/location_bar/selected_keyword_view.h
+++ b/chrome/browser/ui/views/location_bar/selected_keyword_view.h
@@ -26,6 +26,10 @@ class SelectedKeywordView : public IconLabelBubbleView {
Profile* profile);
~SelectedKeywordView() override;
+ // Resets the icon for this chip to its default (it may have been changed
+ // for an extension).
+ void ResetImage();
+
// IconLabelBubbleView:
gfx::Size GetPreferredSize() const override;
gfx::Size GetMinimumSize() const override;

Powered by Google App Engine
This is Rietveld 408576698