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: I8a9934c8837b7e99594af4d63d4343128b70f7fe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5493246
Auto-Submit: Alison Gale <agale@chromium.org>
Owners-Override: Alison Gale <agale@chromium.org>
Commit-Queue: Alison Gale <agale@chromium.org>
Reviewed-by: Peter Boström <pbos@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1293200}
NOKEYCHECK=True
GitOrigin-RevId: 45c4058fd01d05e82e7bc6ced568f028d9b3b104
diff --git a/device_management_backend.proto b/device_management_backend.proto
index 66f7f8f..4d57731 100644
--- a/device_management_backend.proto
+++ b/device_management_backend.proto
@@ -2346,7 +2346,7 @@
   // A string contains OS user name.
   optional string os_user_name = 8;
   // Device identifier for helping identify non-Chrome OS devices.
-  // TODO(crbug.com/1105938): This will also replace the computer_name and
+  // TODO(crbug.com/40706071): This will also replace the computer_name and
   // serial_number fields.
   optional BrowserDeviceIdentifier browser_device_identifier = 9;
   // Public key that can be used for attesting the machine.
@@ -3246,7 +3246,7 @@
   // Platform specific version number, e.g., 6.1.7601.0 or 10.12.6
   optional string os_version = 3;
   // Device identifier for helping identify non-Chrome OS devices.
-  // TODO(crbug.com/1105938): This will also replace the machine_name field.
+  // TODO(crbug.com/40706071): This will also replace the machine_name field.
   optional BrowserDeviceIdentifier browser_device_identifier = 4;
   // The device model, e.g., iPad6,11
   optional string device_model = 5;
@@ -4736,7 +4736,7 @@
   optional RefreshAccountRequest refresh_account_request = 29;
 
   // Request from device to upload RSU lookup key.
-  // TODO(crbug/1284656): seems unused
+  // TODO(crbug.com/40210185): seems unused
   optional RsuLookupKeyUploadRequest rsu_lookup_key_upload_request = 31;
 
   // Request from device for SAML IdP URL address.
@@ -4753,7 +4753,7 @@
       client_certificate_provisioning_request = 34;
 
   // A report on the status of extension install process.
-  // TODO(crbug/1284656): seems unused.
+  // TODO(crbug.com/40210185): seems unused.
   optional ExtensionInstallReportRequest extension_install_report_request = 35;
 
   // Request to check user account for smart enrollment.