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

Unified Diff: chrome/browser/ui/views/layout_constants.h

Issue 1395193002: Fixes BrowserViewHostedAppTest.Layout when using MD (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes BrowserViewHostedAppTest.Layout when using MD Created 5 years, 2 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/layout_constants.h
diff --git a/chrome/browser/ui/views/layout_constants.h b/chrome/browser/ui/views/layout_constants.h
index 0125719c2b30458fd088da17b716e8e27273c9e0..4964b224f501a8d56d556512efd1d2ff0e298943 100644
--- a/chrome/browser/ui/views/layout_constants.h
+++ b/chrome/browser/ui/views/layout_constants.h
@@ -74,6 +74,9 @@ enum LayoutConstant {
// The horizontal space between most items in the toolbar.
TOOLBAR_STANDARD_SPACING,
+
+ // Vertical offset from top of content to the top of find bar.
+ FIND_BAR_VERTICAL_OFFSET,
tdanderson 2015/10/09 18:12:09 nit: keep in alphabetical order (here and in the .
varkha 2015/10/09 18:20:36 Done.
};
enum LayoutInset {

Powered by Google App Engine
This is Rietveld 408576698