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

Unified Diff: ui/views/views_delegate.cc

Issue 2660553005: Harmony - convert hung renderer dialog. (Closed)
Patch Set: remove test friends 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: ui/views/views_delegate.cc
diff --git a/ui/views/views_delegate.cc b/ui/views/views_delegate.cc
index 3481102f57fc5b07d74b53e347a18b2fa12bb31d..b29aa952198457e3a304b9d158137374dfbb8b00 100644
--- a/ui/views/views_delegate.cc
+++ b/ui/views/views_delegate.cc
@@ -139,6 +139,10 @@ int ViewsDelegate::GetDialogRelatedControlVerticalSpacing() {
return kRelatedControlVerticalSpacing;
}
+int ViewsDelegate::GetDialogButtonMinimumWidth() {
+ return kDialogMinimumButtonWidth;
+}
+
gfx::Insets ViewsDelegate::GetDialogFrameViewInsets() {
return gfx::Insets(kPanelVertMargin, kButtonHEdgeMarginNew, 0,
kButtonHEdgeMarginNew);

Powered by Google App Engine
This is Rietveld 408576698