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

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

Issue 247193002: Remove touch layout (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 1946e5b4d2e5d800af3f1e50c1496cefa7db2192..fcd3f8cba1ef85ba13b397d6f5fe2017e34ff657 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -259,10 +259,6 @@ class LocationBarView : public LocationBar,
int* left_margin,
int* right_margin);
- // Space between items in the location bar, as well as between items and the
- // edges.
- static int GetItemPadding();
-
// LocationBar:
virtual void FocusLocation(bool select_all) OVERRIDE;
virtual void Revert() OVERRIDE;
@@ -284,6 +280,9 @@ class LocationBarView : public LocationBar,
static const int kNormalEdgeThickness;
// The same, but for popup mode.
static const int kPopupEdgeThickness;
+ // Space between items in the location bar, as well as between items and the
+ // edges.
+ static const int kItemPadding;
// Amount of padding built into the standard omnibox icons.
static const int kIconInternalPadding;
// Amount of padding to place between the origin chip and the leading edge of

Powered by Google App Engine
This is Rietveld 408576698