commit | 1eecf13f55934a9d5dd76c70e85073d0d9d0e2d6 | [log] [tgz] |
---|---|---|
author | Gabriel Charette <[email protected]> | Thu Apr 15 16:55:53 2021 |
committer | Chromium LUCI CQ <[email protected]> | Thu Apr 15 16:55:53 2021 |
tree | ea347065e7dd69354d3cfb5be07ccc4dd7727cb9 | |
parent | bbefd4aca9eadbfbea16e00f3fb44312ee2f63bb [diff] [blame] |
Hint at prefs/README.md from browser_prefs.cc [email protected] Change-Id: I4431bfadfc5bc1c377297041018a7bede3e34379 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2827113 Commit-Queue: Gabriel Charette <[email protected]> Commit-Queue: Dominic Battré <[email protected]> Auto-Submit: Gabriel Charette <[email protected]> Reviewed-by: Dominic Battré <[email protected]> Cr-Commit-Position: refs/heads/master@{#872908}
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc index 6df5cd9..627eadf1 100644 --- a/chrome/browser/prefs/browser_prefs.cc +++ b/chrome/browser/prefs/browser_prefs.cc
@@ -1207,6 +1207,7 @@ #endif // This method should be periodically pruned of year+ old migrations. +// See chrome/browser/prefs/README.md for details. void MigrateObsoleteLocalStatePrefs(PrefService* local_state) { // BEGIN_MIGRATE_OBSOLETE_LOCAL_STATE_PREFS // Please don't delete the preceding line. It is used by PRESUBMIT.py. @@ -1254,6 +1255,7 @@ } // This method should be periodically pruned of year+ old migrations. +// See chrome/browser/prefs/README.md for details. void MigrateObsoleteProfilePrefs(Profile* profile) { // BEGIN_MIGRATE_OBSOLETE_PROFILE_PREFS // Please don't delete the preceding line. It is used by PRESUBMIT.py.