| Index: chrome/browser/chromeos/login/account_screen.cc
|
| diff --git a/chrome/browser/chromeos/login/account_screen.cc b/chrome/browser/chromeos/login/account_screen.cc
|
| index 5a046ac23edde013fa6fc6be237dd96be3b7292f..2e8a2bf057e2f3a891ef18bb5d398ddaf07fca0c 100644
|
| --- a/chrome/browser/chromeos/login/account_screen.cc
|
| +++ b/chrome/browser/chromeos/login/account_screen.cc
|
| @@ -76,7 +76,7 @@ void AccountScreen::CreateView() {
|
| view()->SetAccountCreationViewDelegate(this);
|
|
|
| GURL url(kCreateAccountPageUrl);
|
| - Profile* profile = ProfileManager::GetLoginWizardProfile();
|
| + Profile* profile = ProfileManager::GetDefaultProfile();
|
| view()->InitDOM(profile,
|
| SiteInstance::CreateSiteInstanceForURL(profile, url));
|
| view()->SetTabContentsDelegate(this);
|
|
|