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

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

Issue 2555623002: Last round of cleaning up MD layout constants. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | chrome/browser/ui/layout_constants.cc » ('j') | chrome/browser/ui/layout_constants.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/layout_constants.h
diff --git a/chrome/browser/ui/layout_constants.h b/chrome/browser/ui/layout_constants.h
index 9f380c3dc6d4c6f08e6d634ade48fb55c4d43795..f88d226a656c36504a624cd86fd0821b45843a59 100644
--- a/chrome/browser/ui/layout_constants.h
+++ b/chrome/browser/ui/layout_constants.h
@@ -12,9 +12,6 @@ enum LayoutConstant {
// The padding on the left, right, and bottom of the avatar icon.
AVATAR_ICON_PADDING,
- // Vertical offset from top of content to the top of find bar.
- FIND_BAR_TOOLBAR_OVERLAP,
-
// The thickness of the location bar's border.
LOCATION_BAR_BORDER_THICKNESS,
@@ -41,36 +38,23 @@ enum LayoutConstant {
// Space between the location bar edge and contents.
LOCATION_BAR_VERTICAL_PADDING,
- // The font size to use in the location bar and omnibox dropdown, in pixels.
- OMNIBOX_FONT_PIXEL_SIZE,
-
// The amount of overlap between the last tab and the new tab button.
TABSTRIP_NEW_TAB_BUTTON_OVERLAP,
// The amount of overlap between two adjacent tabs.
TABSTRIP_TAB_OVERLAP,
- // The horizontal space between a tab's favicon and its title.
- TAB_FAVICON_TITLE_SPACING,
-
// The height of a tab, including outer strokes. In non-100% scales this is
// slightly larger than the apparent height of the tab, as the top stroke is
// drawn as a 1-px line flush with the bottom of the tab's topmost DIP.
TAB_HEIGHT,
- // Width available for content inside a pinned tab.
- TAB_PINNED_CONTENT_WIDTH,
-
// Padding inside toolbar button, between its border and image.
TOOLBAR_BUTTON_PADDING,
// Additional horizontal padding between the elements in the toolbar.
TOOLBAR_ELEMENT_PADDING,
- // Padding between the right edge of the location bar and the left edge of the
- // app menu icon when the browser actions container is not present.
- TOOLBAR_LOCATION_BAR_RIGHT_PADDING,
-
// The horizontal space between most items in the toolbar.
TOOLBAR_STANDARD_SPACING,
};
« no previous file with comments | « no previous file | chrome/browser/ui/layout_constants.cc » ('j') | chrome/browser/ui/layout_constants.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698