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

Unified Diff: chrome/browser/ui/views/omnibox/omnibox_view_views.h

Issue 15745031: Restyle omnibox popup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove code from toolbar. Created 7 years, 6 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/omnibox/omnibox_view_views.h
diff --git a/chrome/browser/ui/views/omnibox/omnibox_view_views.h b/chrome/browser/ui/views/omnibox/omnibox_view_views.h
index 2ddf4fb0b1ec09f98a87e20514afa017377b6497..725906b9d8d50964e92724cf3b0a565273bf08ad 100644
--- a/chrome/browser/ui/views/omnibox/omnibox_view_views.h
+++ b/chrome/browser/ui/views/omnibox/omnibox_view_views.h
@@ -181,6 +181,7 @@ class OmniboxViewViews
// Was the delete key pressed with an empty selection at the end of the edit?
bool delete_at_end_pressed_;
+
LocationBarView* location_bar_view_;
// True if the IME candidate window is open. When this is true, we want to

Powered by Google App Engine
This is Rietveld 408576698