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

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

Issue 14066013: Revert 194348 "Part of multiprofile implementation." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 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: trunk/src/chrome/browser/chromeos/login/login_web_dialog.cc
===================================================================
--- trunk/src/chrome/browser/chromeos/login/login_web_dialog.cc (revision 194361)
+++ trunk/src/chrome/browser/chromeos/login/login_web_dialog.cc (working copy)
@@ -6,8 +6,7 @@
#include "base/utf_string_conversions.h"
#include "chrome/browser/chromeos/login/helper.h"
-#include "chrome/browser/chromeos/profiles/profile_helper.h"
-#include "chrome/browser/profiles/profile.h"
+#include "chrome/browser/profiles/profile_manager.h"
#include "chrome/browser/ui/browser_dialogs.h"
#include "content/public/browser/notification_source.h"
#include "content/public/browser/notification_types.h"
@@ -58,7 +57,7 @@
void LoginWebDialog::Show() {
chrome::ShowWebDialog(parent_window_,
- ProfileHelper::GetSigninProfile(),
+ ProfileManager::GetDefaultProfile(),
this);
is_open_ = true;
}

Powered by Google App Engine
This is Rietveld 408576698