commit | 3f4203f7dca2f7e804f30cfa783e24f90acd9059 | [log] [tgz] |
---|---|---|
author | Alison Gale <[email protected]> | Fri Apr 26 19:27:42 2024 |
committer | Chromium LUCI CQ <[email protected]> | Fri Apr 26 19:27:42 2024 |
tree | b709e413c62eacf788ca6cc41934eca617fb2d7b | |
parent | 1b3956725c57bed58e218b2f4f65e4728e53aa70 [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: I228af477ef1202e20c3ee564aab4ce6dbf15e605 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5492605 Reviewed-by: Peter Boström <[email protected]> Auto-Submit: Alison Gale <[email protected]> Owners-Override: Alison Gale <[email protected]> Commit-Queue: Alison Gale <[email protected]> Cr-Commit-Position: refs/heads/main@{#1293196}
diff --git a/chrome/browser/notifications/notification_display_service.h b/chrome/browser/notifications/notification_display_service.h index daee69d..337dc3be 100644 --- a/chrome/browser/notifications/notification_display_service.h +++ b/chrome/browser/notifications/notification_display_service.h
@@ -82,7 +82,7 @@ // Gets the IDs of currently displaying notifications and invokes |callback| // once available. Not all backends support retrieving this information. - // TODO(https://crbug.com/1486910): Consider refactoring this API and its + // TODO(crbug.com/40283098): Consider refactoring this API and its // usage to something that can get implemented by more backends. virtual void GetDisplayed(DisplayedNotificationsCallback callback) = 0;