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

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

Issue 2654123004: harmony: partly harmonize permissions bubble (Closed)
Patch Set: Created 3 years, 11 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.cc
diff --git a/chrome/browser/ui/views/harmony/layout_delegate.cc b/chrome/browser/ui/views/harmony/layout_delegate.cc
index 80a6dcedaf8a4f5d589fb6495a05bb6fd48328dd..f9c3f8cfd91f42fe9253a3374b765ad8c3a26d3f 100644
--- a/chrome/browser/ui/views/harmony/layout_delegate.cc
+++ b/chrome/browser/ui/views/harmony/layout_delegate.cc
@@ -42,6 +42,8 @@ int LayoutDelegate::GetLayoutDistance(LayoutDistanceType type) const {
return views::kButtonHEdgeMarginNew;
case LayoutDistanceType::CHECKBOX_INDENT:
return views::kCheckboxIndent;
+ case LayoutDistanceType::ITEM_LABEL_SPACING:
+ return views::kItemLabelSpacing;
}
NOTREACHED();
return 0;

Powered by Google App Engine
This is Rietveld 408576698