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

Unified Diff: chrome/browser/ui/views/harmony/chrome_layout_provider.h

Issue 2815713004: Harmony - Dialog-specific conversion for Add to Desktop. (Closed)
Patch Set: fix merge with allen's patch Created 3 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/harmony/chrome_layout_provider.h
diff --git a/chrome/browser/ui/views/harmony/chrome_layout_provider.h b/chrome/browser/ui/views/harmony/chrome_layout_provider.h
index d2168de065e921050db3385afdedeac5d1a19cf0..1fe25cf55ac59827185aaba46a432b0d6cbcd230 100644
--- a/chrome/browser/ui/views/harmony/chrome_layout_provider.h
+++ b/chrome/browser/ui/views/harmony/chrome_layout_provider.h
@@ -19,6 +19,8 @@ enum ChromeDistanceMetric {
DISTANCE_BUTTON_MAX_LINKABLE_WIDTH = views::VIEWS_DISTANCE_END,
// Default minimum width of a button.
DISTANCE_BUTTON_MINIMUM_WIDTH,
+ // Vertical spacing between a list of multiple controls in one column.
+ DISTANCE_CONTROL_LIST_VERTICAL,
// Margin between the edge of a dialog and the left, right, or bottom of a
// contained button.
DISTANCE_DIALOG_BUTTON_MARGIN,

Powered by Google App Engine
This is Rietveld 408576698