| 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() {
|
|
|