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

Unified Diff: ui/views/window/dialog_delegate.cc

Issue 10933085: Update ConstrainedWindowViews appearance according to mock (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Browser test fixes Created 8 years, 2 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/window/dialog_delegate.cc
diff --git a/ui/views/window/dialog_delegate.cc b/ui/views/window/dialog_delegate.cc
index ce026725ba320e9c38c91f6d2f90f4509ab7202f..753ef12c02457a268005dc60240320e2d2ef22e2 100644
--- a/ui/views/window/dialog_delegate.cc
+++ b/ui/views/window/dialog_delegate.cc
@@ -89,7 +89,8 @@ View* DialogDelegate::GetInitiallyFocusedView() {
}
ClientView* DialogDelegate::CreateClientView(Widget* widget) {
- return new DialogClientView(widget, GetContentsView());
+ return new DialogClientView(widget, GetContentsView(),
+ DialogClientView::StyleParams());
}
const DialogClientView* DialogDelegate::GetDialogClientView() const {
« ui/views/controls/button/text_button.cc ('K') | « ui/views/window/dialog_client_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698