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

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

Issue 10534153: Use OmniboxViewViews on Win with --enable-views-textfield. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ignore Patch Set 3; use static bool in UseOmniboxViews(). Created 8 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/location_bar/location_bar_view.h
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
index 5b448bf69d72d16af9dcd16499a7973335b878be..a1d51cb1031ff544fd4421e802ea5cfed9a5d177 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -26,12 +26,6 @@
#include "ui/views/controls/native/native_view_host.h"
#include "ui/views/drag_controller.h"
-#if defined(USE_AURA)
-#include "chrome/browser/ui/views/omnibox/omnibox_view_views.h"
-#elif defined(OS_WIN)
-#include "chrome/browser/ui/views/omnibox/omnibox_view_win.h"
-#endif
-
class ActionBoxButtonView;
class ChromeToMobileView;
class CommandUpdater;
@@ -378,12 +372,6 @@ class LocationBarView : public LocationBar,
// Returns true if the suggest text is valid.
bool HasValidSuggestText() const;
-#if !defined(USE_AURA)
- // Returns |location_entry_| cast to OmniboxViewWin, or NULL if
- // |location_entry_| is of a different type.
- OmniboxViewWin* GetOmniboxViewWin();
-#endif
-
// Helper to show the first run info bubble.
void ShowFirstRunBubbleInternal();
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/browser/ui/views/location_bar/location_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698