| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index 62e0efa1531364642243f7aa47b3d822dd5293c5..7dd1abadfb5c98722e6ee59c376b500e5ef1dc93 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -204,8 +204,8 @@ bool Profile::IsSystemProfile() const {
|
| bool Profile::IsNewProfile() {
|
| // The profile has been shut down if the prefs were loaded from disk, unless
|
| // first-run autoimport wrote them and reloaded the pref service.
|
| - // TODO(dconnelly): revisit this when crbug.com/22142 (unifying the profile
|
| - // import code) is fixed.
|
| + // TODO(crbug.com/660346): revisit this when crbug.com/22142 (unifying the
|
| + // profile import code) is fixed.
|
| return GetOriginalProfile()->GetPrefs()->GetInitializationStatus() ==
|
| PrefService::INITIALIZATION_STATUS_CREATED_NEW_PREF_STORE;
|
| }
|
|
|