0

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: Jason Chase <chasej@chromium.org>
Commit-Queue: Jason Chase <chasej@chromium.org>
Cr-Commit-Position: refs/heads/master@{#756528}
This commit is contained in:
Harry Cutts
2020-04-04 19:52:13 +00:00
committed by Commit Bot
parent ea9217bc92
commit b0062cc721

@ -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