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

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

Issue 13633003: Part of multiprofile implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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/login_web_dialog.cc
diff --git a/chrome/browser/chromeos/login/login_web_dialog.cc b/chrome/browser/chromeos/login/login_web_dialog.cc
index c740e9abcf8f6a47f0f89170e02309d4b2fbaafc..e5f6112e515dc39cf50956d8510eeb696bfaf364 100644
--- a/chrome/browser/chromeos/login/login_web_dialog.cc
+++ b/chrome/browser/chromeos/login/login_web_dialog.cc
@@ -57,7 +57,7 @@ LoginWebDialog::~LoginWebDialog() {
void LoginWebDialog::Show() {
chrome::ShowWebDialog(parent_window_,
- ProfileManager::GetDefaultProfile(),
+ ProfileManager::GetSigninProfile(),
this);
is_open_ = true;
}

Powered by Google App Engine
This is Rietveld 408576698