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

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

Issue 3210007: Add support for a "split" incognito behavior for extensions. (Closed)
Patch Set: latest Created 10 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/views/location_bar/location_bar_view.h
diff --git a/chrome/browser/views/location_bar/location_bar_view.h b/chrome/browser/views/location_bar/location_bar_view.h
index ebace6b1e83a921d516d8a99ad4edbe9cf050059..281fee7757a58ec02183090244542ff25b27af1f 100644
--- a/chrome/browser/views/location_bar/location_bar_view.h
+++ b/chrome/browser/views/location_bar/location_bar_view.h
@@ -231,6 +231,9 @@ class LocationBarView : public LocationBar,
static const int kVerticalEdgeThickness;
// Space between items in the location bar.
static const int kItemPadding;
+ // Space between items in the location bar when an extension keyword is
+ // showing.
+ static const int kExtensionItemPadding;
// Space between the edges and the items next to them.
static const int kEdgeItemPadding;
// Space between the edge and a bubble.
« no previous file with comments | « chrome/browser/views/location_bar/icon_label_bubble_view.cc ('k') | chrome/browser/views/location_bar/location_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698