commit | b8be952f6cd08d311fd10d4de475fdac151e33f0 | [log] [tgz] |
---|---|---|
author | Alison Gale <[email protected]> | Tue Apr 16 00:00:31 2024 |
committer | Chromium LUCI CQ <[email protected]> | Tue Apr 16 00:00:31 2024 |
tree | 90660f20aa45d0b645f47a9b837addf95a4ebab1 | |
parent | a6f44326964cd416e2c0899245ba5db3de538fb6 [diff] [blame] |
Migrate TODOs referencing old crbug IDs to the new issue tracker IDs The canonical bug format is TODO(crbug.com/<id>). TODOs of the following forms will all be migrated to the new format: - TODO(crbug.com/<old id>) - TODO(https://crbug.com/<old id>) - TODO(crbug/<old id>) - TODO(crbug/monorail/<old id>) - TODO(<old id>) - TODO(issues.chromium.org/<old id>) - TODO(https://issues.chromium.org/<old id>) - TODO(https://issues.chromium.org/u/1/issues/<old id>) - TODO(bugs.chromium.org/<old id>) Bug id mapping is sourced from go/chrome-on-buganizer-prod-issues. See go/crbug-todo-migration for details. #crbug-todo-migration Bug: b/321899722 Change-Id: I89f0a4d7ddeb7c9585f3a0e5421aef8ce5a6f0f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5455854 Reviewed-by: Taylor Bergquist <[email protected]> Commit-Queue: Alison Gale <[email protected]> Owners-Override: Alison Gale <[email protected]> Cr-Commit-Position: refs/heads/main@{#1287738}
diff --git a/components/prefs/overlay_user_pref_store.cc b/components/prefs/overlay_user_pref_store.cc index 74a06c76..ed82272 100644 --- a/components/prefs/overlay_user_pref_store.cc +++ b/components/prefs/overlay_user_pref_store.cc
@@ -134,7 +134,7 @@ return; } - // TODO(https://crbug.com/861722): If we always store in in-memory storage + // TODO(crbug.com/40584094): If we always store in in-memory storage // and conditionally also stored in persistent one, we wouldn't have to do a // complex merge in GetValues(). ephemeral_user_pref_store_->SetValue(key, std::move(value), flags);