commit | 770f3fce3719ee18c102ad0b1a347d82147fbb1a | [log] [tgz] |
---|---|---|
author | Alison Gale <[email protected]> | Sat Apr 27 00:39:58 2024 |
committer | Chromium LUCI CQ <[email protected]> | Sat Apr 27 00:39:58 2024 |
tree | 721a68e708113274c2cffbc026dc24a10682cdcd | |
parent | 8504543a0774b86b88e989a8b76715884bb7eaed [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: Ibc66b8c440e4bcdef414e77fef4d9874d2ea9951 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5493800 Auto-Submit: Alison Gale <[email protected]> Commit-Queue: Alison Gale <[email protected]> Reviewed-by: Peter Boström <[email protected]> Owners-Override: Alison Gale <[email protected]> Cr-Commit-Position: refs/heads/main@{#1293330}
diff --git a/content/browser/renderer_host/cookie_utils.cc b/content/browser/renderer_host/cookie_utils.cc index da31492..7a788e3 100644 --- a/content/browser/renderer_host/cookie_utils.cc +++ b/content/browser/renderer_host/cookie_utils.cc
@@ -226,7 +226,7 @@ // Logs cookie issues to DevTools Issues Panel and logs events to UseCounters // and UKM for a single cookie-accessed event. -// TODO(crbug.com/977040): Remove when no longer needed. +// TODO(crbug.com/40632967): Remove when no longer needed. void EmitCookieWarningsAndMetricsOnce( RenderFrameHostImpl* rfh, const network::mojom::CookieAccessDetailsPtr& cookie_details) {