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

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

Issue 15745031: Restyle omnibox popup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove comment 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_win.h
diff --git a/chrome/browser/ui/views/omnibox/omnibox_view_win.h b/chrome/browser/ui/views/omnibox/omnibox_view_win.h
index 2219d57dcdd7787395dbf01356609eff45ca8c43..e61a00759b46ed358bae58473e8015f1639c82c5 100644
--- a/chrome/browser/ui/views/omnibox/omnibox_view_win.h
+++ b/chrome/browser/ui/views/omnibox/omnibox_view_win.h
@@ -63,7 +63,6 @@ class OmniboxViewWin
LocationBarView* parent_view,
CommandUpdater* command_updater,
bool popup_window_mode,
- views::View* location_bar,
const gfx::Font& font,
int font_y_offset);
~OmniboxViewWin();
@@ -405,7 +404,7 @@ class OmniboxViewWin
// The parent view for the edit, used to align the popup and for
// accessibility.
- LocationBarView* parent_view_;
+ LocationBarView* location_bar_;
// When true, the location bar view is read only and also is has a slightly
// different presentation (font size / color). This is used for popups.
« no previous file with comments | « chrome/browser/ui/views/omnibox/omnibox_result_view.cc ('k') | chrome/browser/ui/views/omnibox/omnibox_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698