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

Unified Diff: chrome/browser/profiles/profile.cc

Issue 2461653002: Associate a TODO with a bug instead of a person (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698