Skip to content

Commit

Permalink
Launch WebViewMetricsFiltering feature
Browse files Browse the repository at this point in the history
We agreed to launch this by the finch config on 30th of Oct.
So enabling by default in the client to have a max_version by Monday.

Bug: 1465353
Change-Id: I89596cfc9caf6d88bc1b4433bc35f9d337ce15b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4983737
Auto-Submit: Ziad Youssef <ziadyoussef@chromium.org>
Commit-Queue: Ziad Youssef <ziadyoussef@chromium.org>
Reviewed-by: Nate Fischer <ntfschr@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1216570}
  • Loading branch information
Ziad Youssef authored and Chromium LUCI CQ committed Oct 28, 2023
1 parent 5dd8d00 commit 124edbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion android_webview/common/aw_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ BASE_FEATURE(kWebViewJavaJsBridgeMojo,
// out-sampled.
BASE_FEATURE(kWebViewMetricsFiltering,
"WebViewMetricsFiltering",
base::FEATURE_DISABLED_BY_DEFAULT);
base::FEATURE_ENABLED_BY_DEFAULT);

// Field trial feature for controlling support of Origin Trials on WebView.
BASE_FEATURE(kWebViewOriginTrials,
Expand Down
15 changes: 0 additions & 15 deletions testing/variations/fieldtrial_testing_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21021,21 +21021,6 @@
]
}
],
"WebViewMetricsFiltering": [
{
"platforms": [
"android_webview"
],
"experiments": [
{
"name": "WebViewMetricsFiltering",
"enable_features": [
"WebViewMetricsFiltering"
]
}
]
}
],
"WebViewRecordAppDataDirectorySize": [
{
"platforms": [
Expand Down

0 comments on commit 124edbf

Please sign in to comment.