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

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

Issue 2654123004: harmony: partly harmonize permissions bubble (Closed)
Patch Set: fix constant names 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 7ce3ec9ee4a9e601c6a1f8344b72fff1ca5df021..c5a7425d3e9d70e18d96bcb9cedb654dfef4dd92 100644
--- a/chrome/browser/ui/views/harmony/layout_delegate.cc
+++ b/chrome/browser/ui/views/harmony/layout_delegate.cc
@@ -32,6 +32,8 @@ int LayoutDelegate::GetMetric(Metric metric) const {
return views::kRelatedControlHorizontalSpacing;
case Metric::RELATED_CONTROL_VERTICAL_SPACING:
return views::kRelatedControlVerticalSpacing;
+ case Metric::RELATED_LABEL_HORIZONTAL_SPACING:
+ return views::kItemLabelSpacing;
case Metric::SUBSECTION_HORIZONTAL_INDENT:
return views::kCheckboxIndent;
case Metric::UNRELATED_CONTROL_VERTICAL_SPACING:
« no previous file with comments | « chrome/browser/ui/views/harmony/layout_delegate.h ('k') | chrome/browser/ui/views/website_settings/permission_prompt_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698