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

Unified Diff: chrome/browser/profiles/profile.cc

Issue 12670013: Out-of-process import on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase on top of https://codereview.chromium.org/15736014/ Created 7 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/profiles/profile.cc
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
index be0bafddcf952ee826ee6c1e1567cd5296e6b973..9c3b711324c2c066dee4909998b4984c3ea08b02 100644
--- a/chrome/browser/profiles/profile.cc
+++ b/chrome/browser/profiles/profile.cc
@@ -167,8 +167,7 @@ bool Profile::IsNewProfile() {
// TODO(dconnelly): revisit this when crbug.com/22142 (unifying the profile
// import code) is fixed.
return GetOriginalProfile()->GetPrefs()->GetInitializationStatus() ==
- PrefService::INITIALIZATION_STATUS_CREATED_NEW_PREF_STORE ||
- first_run::DidPerformProfileImport(NULL);
+ PrefService::INITIALIZATION_STATUS_CREATED_NEW_PREF_STORE;
}
bool Profile::IsSyncAccessible() {
« no previous file with comments | « chrome/browser/policy/cloud/user_policy_signin_service.cc ('k') | chrome/browser/profiles/profile_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698