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: Ifd155bbeff882ea939f74cf8b8f847f42847940b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5468156
Reviewed-by: Darryl James <[email protected]>
Owners-Override: Alison Gale <[email protected]>
Commit-Queue: Alison Gale <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1290297}
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
index 322a2e3..ab52bde9 100644
--- a/content/gpu/gpu_main.cc
+++ b/content/gpu/gpu_main.cc
@@ -304,7 +304,7 @@
             base::MessagePumpType::NS_RUNLOOP);
     // As part of the migration to DoWork(), this policy is required to keep
     // previous behavior and avoid regressions.
-    // TODO(crbug.com/1041853): Consider updating the policy.
+    // TODO(crbug.com/40668161): Consider updating the policy.
     main_thread_task_executor->SetWorkBatchSize(2);
 #else
     main_thread_task_executor =