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

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: Go back to 3 max search suggestions for now 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 582a7330711dceadcb7b81c377a500e30ef2e121..f56f8180da1c3164be894cc670dac8886a16c023 100644
--- a/chrome/browser/ui/views/omnibox/omnibox_view_views.h
+++ b/chrome/browser/ui/views/omnibox/omnibox_view_views.h
@@ -180,7 +180,9 @@ 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_;
+ views::View* webview_;
Peter Kasting 2013/06/06 18:52:16 You don't seem to make use of this new member
// True if the IME candidate window is open. When this is true, we want to
// avoid showing the popup. So far, the candidate window is detected only

Powered by Google App Engine
This is Rietveld 408576698