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

Unified Diff: chrome/browser/chromeos/login/wizard_controller.cc

Issue 7015051: Re-land: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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: chrome/browser/chromeos/login/wizard_controller.cc
===================================================================
--- chrome/browser/chromeos/login/wizard_controller.cc (revision 85284)
+++ chrome/browser/chromeos/login/wizard_controller.cc (working copy)
@@ -580,7 +580,7 @@
views::Widget* WizardController::CreateScreenWindow(
const gfx::Rect& bounds, bool initial_show) {
- widget_ = views::Widget::CreateWidget();
+ widget_ = new views::Widget;
views::Widget::InitParams widget_params(
views::Widget::InitParams::TYPE_WINDOW);
// Window transparency makes background flicker through controls that
« no previous file with comments | « chrome/browser/chromeos/login/user_controller_gtk.cc ('k') | chrome/browser/chromeos/native_dialog_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698