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

Unified Diff: ui/views/views_delegate.h

Issue 2571613002: Convert Register Protocol Handler dialog for Harmony/Material Design (Closed)
Patch Set: More fixed nits 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
« no previous file with comments | « ui/views/layout/layout_constants.h ('k') | ui/views/views_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views_delegate.h
diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
index a06b71116fd9a93016c54d5c89d37821522e73db..950bb102b0a7d924084312f684696b2480bc37df 100644
--- a/ui/views/views_delegate.h
+++ b/ui/views/views_delegate.h
@@ -205,9 +205,16 @@ class VIEWS_EXPORT ViewsDelegate {
// dialog layout.
virtual int GetDialogRelatedButtonHorizontalSpacing();
+ // Returns the spacing between a pair of related vertical controls, used for
+ // dialog layout.
+ virtual int GetDialogRelatedControlVerticalSpacing();
+
// Returns the insets that should be applied around a dialog's frame view.
virtual gfx::Insets GetDialogFrameViewInsets();
+ // Returns the margins that should be applied around a bubble dialog.
+ virtual gfx::Insets GetBubbleDialogMargins();
+
protected:
ViewsDelegate();
« no previous file with comments | « ui/views/layout/layout_constants.h ('k') | ui/views/views_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698