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

Unified Diff: chrome/browser/ui/views/constrained_window_views.cc

Issue 109623005: Cleanup: Remove deprecated version of views::CreateDialogFrameView(). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 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
« no previous file with comments | « no previous file | ui/views/window/dialog_delegate.h » ('j') | ui/views/window/dialog_delegate.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/constrained_window_views.cc
===================================================================
--- chrome/browser/ui/views/constrained_window_views.cc (revision 239915)
+++ chrome/browser/ui/views/constrained_window_views.cc (working copy)
@@ -141,10 +141,6 @@
views::NonClientFrameView* CreateConstrainedStyleNonClientFrameView(
Mike Wittman 2013/12/11 15:09:18 This function can be removed entirely, as well as
Lei Zhang 2014/02/07 00:03:41 Done.
views::Widget* widget,
- content::BrowserContext* browser_context) {
- bool force_opaque = true;
-#if defined(USE_AURA)
- force_opaque = false;
-#endif
- return views::DialogDelegate::CreateDialogFrameView(widget, force_opaque);
+ content::BrowserContext* /* browser_context */) {
+ return views::DialogDelegate::CreateDialogFrameView(widget);
}
« no previous file with comments | « no previous file | ui/views/window/dialog_delegate.h » ('j') | ui/views/window/dialog_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698