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

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

Issue 2556563005: views: add harmony control label alignment (Closed)
Patch Set: remove constant from views Created 4 years 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/harmony_layout_delegate.h
diff --git a/chrome/browser/ui/views/harmony/harmony_layout_delegate.h b/chrome/browser/ui/views/harmony/harmony_layout_delegate.h
index 63b7c4b1e13de17afbbda0d276b6319c2630ea46..61b2aa0f7922057d509fad163b9ad1521f0c71a2 100644
--- a/chrome/browser/ui/views/harmony/harmony_layout_delegate.h
+++ b/chrome/browser/ui/views/harmony/harmony_layout_delegate.h
@@ -20,6 +20,7 @@ class HarmonyLayoutDelegate : public LayoutDelegate {
// views::LayoutDelegate:
int GetLayoutDistance(LayoutDistanceType type) const override;
+ views::GridLayout::Alignment GetControlLabelGridAlignment() const override;
bool UseExtraDialogPadding() const override;
bool IsHarmonyMode() const override;
int GetDialogPreferredWidth(DialogWidthType type) const override;
« no previous file with comments | « chrome/browser/ui/views/cookie_info_view.cc ('k') | chrome/browser/ui/views/harmony/harmony_layout_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698