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

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

Issue 2625083003: Implement Harmony-style consistent button widths for Collected Cookies. (Closed)
Patch Set: selfnits Created 3 years, 9 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/layout_delegate.h
diff --git a/chrome/browser/ui/views/harmony/layout_delegate.h b/chrome/browser/ui/views/harmony/layout_delegate.h
index 9841b67c9e3f24dfff94c554e74ac90936bda2eb..0147e7db16605e2ae9a9cb6aef893a2bd5c81859 100644
--- a/chrome/browser/ui/views/harmony/layout_delegate.h
+++ b/chrome/browser/ui/views/harmony/layout_delegate.h
@@ -48,6 +48,9 @@ class LayoutDelegate {
UNRELATED_CONTROL_VERTICAL_SPACING,
// Larger vertical spacing between unrelated controls.
UNRELATED_CONTROL_VERTICAL_SPACING_LARGE,
+ // The maximum width, beyond which a button will not influence the widths of
+ // other buttons on a shared row.
Peter Kasting 2017/03/07 02:50:37 Nit: Maybe "The maximum width a button can have an
tapted 2017/03/07 12:06:41 Done.
+ BUTTON_MAX_SHARED_WIDTH,
Peter Kasting 2017/03/07 02:50:37 Nit: Alphabetize I might call this BUTTON_MAX_LIN
tapted 2017/03/07 12:06:41 Done.
};
enum class DialogWidth {

Powered by Google App Engine
This is Rietveld 408576698