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: components/omnibox/browser/omnibox_view.cc

Issue 2644903004: Move around more vector icons. (Closed)
Patch Set: ok no export 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: components/omnibox/browser/omnibox_view.cc
diff --git a/components/omnibox/browser/omnibox_view.cc b/components/omnibox/browser/omnibox_view.cc
index a09b95436e3f1311519e50db03b7bdf84862e8d4..8fe1c80e70e143dbc7b5732afc759ea50e1d9b3f 100644
--- a/components/omnibox/browser/omnibox_view.cc
+++ b/components/omnibox/browser/omnibox_view.cc
@@ -79,7 +79,7 @@ bool OmniboxView::IsEditingOrEmpty() const {
(GetOmniboxTextLength() == 0);
}
-gfx::VectorIconId OmniboxView::GetVectorIcon() const {
+const gfx::VectorIcon& OmniboxView::GetVectorIcon() const {
if (!IsEditingOrEmpty())
return controller_->GetToolbarModel()->GetVectorIcon();

Powered by Google App Engine
This is Rietveld 408576698