Commit 5dbd36fa authored by Ben Kelly's avatar Ben Kelly Committed by Commit Bot

Blob: Enable BlobReaderEagerCompletion by default.

Bug: 957175
Change-Id: Ib2efb5c6579baa0b0e602a059ef97691c04245ca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1669613Reviewed-by: default avatarMarijn Kruisselbrink <mek@chromium.org>
Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Commit-Queue: Ben Kelly <wanderview@chromium.org>
Cr-Commit-Position: refs/heads/master@{#671382}
parent ac9289d7
...@@ -21,7 +21,7 @@ namespace { ...@@ -21,7 +21,7 @@ namespace {
// detect the condition which may be delayed depending on the capacity of the // detect the condition which may be delayed depending on the capacity of the
// target mojo data pipe. // target mojo data pipe.
const base::Feature kBlobReaderEagerCompletion{ const base::Feature kBlobReaderEagerCompletion{
"BlobReaderEagerCompletion", base::FEATURE_DISABLED_BY_DEFAULT}; "BlobReaderEagerCompletion", base::FEATURE_ENABLED_BY_DEFAULT};
} // namespace } // namespace
......
...@@ -1274,26 +1274,6 @@ ...@@ -1274,26 +1274,6 @@
] ]
} }
], ],
"BlobReaderEagerCompletion": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows",
"android",
"android_webview"
],
"experiments": [
{
"name": "enabled1",
"enable_features": [
"BlobReaderEagerCompletion"
]
}
]
}
],
"BookmarkInProductHelp": [ "BookmarkInProductHelp": [
{ {
"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