Commit 9dff9f8d authored by Carlos IL's avatar Carlos IL Committed by Commit Bot

Changed BundledConnectionHelp to enabled by default.

BundledConnectionHelp is ready to launch, flipping flag to enabled and
cleaning up fieltrial_testing_config.json before submitting the
new variations config.

Bug: 803178
Change-Id: Iee7297e4d58b073126585a2143412b6dadf41510
Reviewed-on: https://chromium-review.googlesource.com/1255383Reviewed-by: default avatarMustafa Emre Acer <meacer@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Commit-Queue: Carlos IL <carlosil@chromium.org>
Cr-Commit-Position: refs/heads/master@{#595830}
parent 92fc2d7b
...@@ -124,7 +124,7 @@ const base::Feature kBrowserHangFixesExperiment{ ...@@ -124,7 +124,7 @@ const base::Feature kBrowserHangFixesExperiment{
// accessing https://support.google.com/chrome/answer/6098869 to local // accessing https://support.google.com/chrome/answer/6098869 to local
// connection help content. // connection help content.
const base::Feature kBundledConnectionHelpFeature{ const base::Feature kBundledConnectionHelpFeature{
"BundledConnectionHelp", base::FEATURE_DISABLED_BY_DEFAULT}; "BundledConnectionHelp", base::FEATURE_ENABLED_BY_DEFAULT};
#if defined(OS_MACOSX) #if defined(OS_MACOSX)
// Enables or disables keyboard focus for the tab strip. // Enables or disables keyboard focus for the tab strip.
......
...@@ -1047,25 +1047,6 @@ ...@@ -1047,25 +1047,6 @@
] ]
} }
], ],
"BundledConnectionHelp": [
{
"platforms": [
"android",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "HTTPHelpCenterEnabled",
"enable_features": [
"BundledConnectionHelp"
]
}
]
}
],
"CCTModule": [ "CCTModule": [
{ {
"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