Commit 84948d6f authored by Martin Šrámek's avatar Martin Šrámek Committed by Commit Bot

Disable PrivacySettingsRedesign experiment in fieldtrial_testing_config

This experiment was enabled in fieldtrial_testing_config, because it
was being rolled out in Chrome M80.

However, the experiment with a same name is being reused in M81/M82
code, where it's disabled again for the time being, and so it should be
disabled in fieldtrial_testing_config too.

Bug: 1032584
Change-Id: Ic903f1c082350d7067aaadbafee49b73772a21a5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064998
Commit-Queue: Martin Šrámek <msramek@chromium.org>
Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#743175}
parent 298a9483
...@@ -4641,27 +4641,6 @@ ...@@ -4641,27 +4641,6 @@
] ]
} }
], ],
"PrivacySettingsRedesignTest": [
{
"platforms": [
"windows",
"mac",
"chromeos",
"linux",
"android",
"android_webview",
"ios"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"PrivacySettingsRedesign"
]
}
]
}
],
"ProactivelySwapBrowsingInstance": [ "ProactivelySwapBrowsingInstance": [
{ {
"platforms": [ "platforms": [
......
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