Commit b0062cc7 authored by Harry Cutts's avatar Harry Cutts Committed by Commit Bot

Fix broken link in feature flags documentation

Looks like the target document was moved during review without the link
being updated.

Bug: None
Change-Id: Ic4f376662c7909b7021d6c268d053448ce16906b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136110
Auto-Submit: Harry Cutts <hcutts@chromium.org>
Reviewed-by: default avatarJason Chase <chasej@chromium.org>
Commit-Queue: Jason Chase <chasej@chromium.org>
Cr-Commit-Position: refs/heads/master@{#756528}
parent ea9217bc
......@@ -14,7 +14,7 @@ For example, if you want to use the flag in src/content, you should add a base::
If you want to use the flag in blink, you should also read
[Runtime Enable Features](https://www.chromium.org/blink/runtime-enabled-features).
You can refer to [this CL](https://chromium-review.googlesource.com/c/554510/) and [this document](https://chromium.googlesource.com/chromium/src/+/HEAD/content/child/InitializeBlinkFeatures.md)
You can refer to [this CL](https://chromium-review.googlesource.com/c/554510/) and [this document](initialize_blink_features.md)
to see
1. where to add the base::Feature
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment