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

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: extract some more CLs 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: chrome/browser/profiles/profile.cc
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
index a0e6f6773fdb9a9fd3c1707f84692ccc307ec212..1a4f7852cc3ed90b0a03e34ba90ee1323b854d2d 100644
--- a/chrome/browser/profiles/profile.cc
+++ b/chrome/browser/profiles/profile.cc
@@ -145,8 +145,7 @@ bool Profile::IsNewProfile() {
// TODO(dconnelly): revisit this when crbug.com/22142 (unifying the profile
gab 2013/04/18 21:51:18 @dconnelly: FYI :)
dconnelly 2013/04/22 08:18:56 Cool! There's a browser test in chrome/browser/ui/
// 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() {

Powered by Google App Engine
This is Rietveld 408576698