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

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

Issue 10854017: Basic metro snap view omnibox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chromeos compilation. Created 8 years, 4 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 851ab0d1d7970b4a043d840cce92764cfc785f28..bf2a42f84335c47ca2d243846483aa39ea996172 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -147,7 +147,8 @@ class LocationBarView : public LocationBar,
enum Mode {
NORMAL = 0,
POPUP,
- APP_LAUNCHER
+ APP_LAUNCHER,
+ METRO_SNAP,
};
LocationBarView(Browser* browser,

Powered by Google App Engine
This is Rietveld 408576698