Chromium Code Reviews| 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() { |