Commit 0d3b226d authored by Dan Harrington's avatar Dan Harrington Committed by Commit Bot

Add Enabled_AutoFetch experiment

Bug: 883486
Change-Id: Ic698365fead980646255f6026a393af7a374b11c
Reviewed-on: https://chromium-review.googlesource.com/c/1454805Reviewed-by: default avatarCarlos Knippschild <carlosk@chromium.org>
Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Commit-Queue: Dan H <harringtond@google.com>
Cr-Commit-Position: refs/heads/master@{#629583}
parent 5a47d400
...@@ -2932,6 +2932,18 @@ ...@@ -2932,6 +2932,18 @@
}, },
"enable_features": [ "enable_features": [
"NewNetErrorPageUI" "NewNetErrorPageUI"
],
"disable_features": [
"AutoFetchOnNetErrorPage"
]
},
{
"name": "Enabled_AutoFetch",
"enable_features": [
"AutoFetchOnNetErrorPage"
],
"disable_features": [
"NewNetErrorPageUI"
] ]
} }
] ]
......
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