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

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

Issue 1416683003: MD: Implement tab button for location bar's tab to search message (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: better string 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/keyword_hint_view.h
diff --git a/chrome/browser/ui/views/location_bar/keyword_hint_view.h b/chrome/browser/ui/views/location_bar/keyword_hint_view.h
index 94bdaf9846fcf7d8e33ab555765d94f83b80ec84..d5190fbf817a7b1a27a5156217717e175583db30 100644
--- a/chrome/browser/ui/views/location_bar/keyword_hint_view.h
+++ b/chrome/browser/ui/views/location_bar/keyword_hint_view.h
@@ -55,7 +55,7 @@ class KeywordHintView : public views::View {
Profile* profile_;
views::Label* leading_label_;
- views::ImageView* tab_image_;
+ views::View* tab_key_image_;
views::Label* trailing_label_;
base::string16 keyword_;

Powered by Google App Engine
This is Rietveld 408576698