Add missing link of the toggle "enable_renderdoc_process_injection"

Bug: 449708316
Change-Id: I9f6ce9c16cdc0368e2dd9a814f51dff8e7481e5f
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/275354
Reviewed-by: Loko Kung <lokokung@google.com>
Commit-Queue: Shao, Jiawei <jiawei.shao@intel.com>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
diff --git a/src/dawn/native/Toggles.cpp b/src/dawn/native/Toggles.cpp
index 1e9f39a..8cca76d 100644
--- a/src/dawn/native/Toggles.cpp
+++ b/src/dawn/native/Toggles.cpp
@@ -711,9 +711,10 @@
      {"vulkan_enable_f16_on_nvidia", "Enables F16 on Nvidia GPUs with Vulkan",
       "https://crbug.com/42251215", ToggleStage::Adapter}},
     {Toggle::EnableRenderDocProcessInjection,
-     {"enable_renderdoc_process_injection", "Enables RenderDoc process injection",
-      "If RenderDoc is used to inject into the GPU process, send RenderDoc frame capture info.",
-      ToggleStage::Device}},
+     {"enable_renderdoc_process_injection",
+      "Enables RenderDoc process injection. If RenderDoc is used to inject into the GPU process, "
+      "send RenderDoc frame capture info.",
+      "https://crbug.com/449708316", ToggleStage::Device}},
     {Toggle::WaitIsThreadSafe,
      {"wait_is_thread_safe",
       "WaitFor* functions are thread-safe and can be called without the device-lock if implicit "