0

Docs: cross-link to WebView flag docs

No change to logic. This adds a link from chrome://flags documentation
to point to the WebView-specific documentation.

Test: Upload to gerrit > open file > click "gitiles"
Change-Id: Iba83fe850aefe6bc918d8d5b970fd73c5b982c7e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3173912
Auto-Submit: Nate Fischer <ntfschr@chromium.org>
Commit-Queue: Shimi Zhang <ctzsm@chromium.org>
Reviewed-by: Shimi Zhang <ctzsm@chromium.org>
Cr-Commit-Position: refs/heads/main@{#923536}
This commit is contained in:
Nate Fischer
2021-09-21 20:03:32 +00:00
committed by Chromium LUCI CQ
parent c982af20ae
commit 132c171482

@ -30,6 +30,14 @@ Also, this patch added a virtual test for running web tests with the flag.
When you add a flag, you can consider to use that.
## Step 2: Adding the feature flag to the chrome://flags UI.
*** promo
**Tip:** Android WebView has its own flag UI. The WebView team recommends adding
your features there too if they are supported on WebView. Follow
[these steps](/android_webview/docs/developer-ui.md#Adding-your-flags-and-features-to-the-UI)
for WebView flags.
***
You have to modify these five files in total.
* [chrome/browser/about_flags.cc](https://cs.chromium.org/chromium/src/chrome/browser/about_flags.cc)