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