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

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: Button layout and appearance updates Created 8 years, 3 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 3922802fc5ff9af5f62f0c15e1d172dc82a45c74..20da661b39eb9164d7874c7d492d88cba5f41b0c 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::STYLE_NATIVE);
}
const DialogClientView* DialogDelegate::GetDialogClientView() const {
« ui/views/window/dialog_client_view.h ('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