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

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

Issue 10384007: First stab at touch optimized omnibox auto-complete per sgabriel's mocks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments. Created 8 years, 7 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 2ef3bc1a41be2ecfc783a8e27662d92b27f315cd..49a70c774dce650517079369223013f56f6f2516 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -311,16 +311,18 @@ class LocationBarView : public LocationBar,
const content::NotificationSource& source,
const content::NotificationDetails& details) OVERRIDE;
+ // Space between items in the location bar.
+ static int GetItemPadding();
+
+ // Space between the edges and the items next to them.
+ static int GetEdgeItemPadding();
+
// Thickness of the left and right edges of the omnibox, in normal mode.
static const int kNormalHorizontalEdgeThickness;
// Thickness of the top and bottom edges of the omnibox.
static const int kVerticalEdgeThickness;
- // Space between items in the location bar.
- static const int kItemPadding;
// Amount of padding built into the standard omnibox icons.
static const int kIconInternalPadding;
- // Space between the edges and the items next to them.
- static const int kEdgeItemPadding;
// Space between the edge and a bubble.
static const int kBubbleHorizontalPadding;

Powered by Google App Engine
This is Rietveld 408576698