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

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

Issue 2660553005: Harmony - convert hung renderer dialog. (Closed)
Patch Set: merge Created 3 years, 10 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 cd3c11e603b81808e155ded96d900bc06fbb5568..c107a948457c7df05b3c366d66e1991eea54533c 100644
--- a/chrome/browser/ui/views/harmony/layout_delegate.h
+++ b/chrome/browser/ui/views/harmony/layout_delegate.h
@@ -29,6 +29,8 @@ class LayoutDelegate {
// Horizontal indent of a subsection relative to related items above, e.g.
// checkboxes below explanatory text/headings.
SUBSECTION_HORIZONTAL_INDENT,
+ // Larger horizontal spacing between unrelated controls.
+ UNRELATED_CONTROL_HORIZONTAL_SPACING_LARGE,
// Vertical spacing between controls that are logically unrelated.
UNRELATED_CONTROL_VERTICAL_SPACING,
// Larger vertical spacing between unrelated controls.

Powered by Google App Engine
This is Rietveld 408576698