AW: support hardcoded flag values in dev UI
This adds support for giving flags a predetermined value. This won't have any noticeable effect yet because the only flags with values are finch-related, which are queried either: - early in startup, before dev UI applis flags (https://crbug.com/1059131), or - in the :webview_service process, which the flag UI doesn't currently support (https://crbug.com/1058189) This does not support applying parameters to base::Features, since this isn't supported through the basic base::Feature API (it's Finch-specific functionality). Bug: 1047493 Test: run_android_webview_junit_tests -f *FlagOverrideHelperTest#* Change-Id: I773014bea72b4b7156d9e094b431f4fc1e7d0257 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090882 Auto-Submit: Nate Fischer <ntfschr@chromium.org> Reviewed-by:Richard Coles <torne@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#747902}
Showing
Please register or sign in to comment