Commit 3f5851c9 authored by Kunihiko Sakamoto's avatar Kunihiko Sakamoto Committed by Commit Bot

Enable YieldBetweenContentScriptRuns by default

Bug: 705400
Change-Id: Iffc701df6997a0341839cf5b294694ffd5dc20d8
Reviewed-on: https://chromium-review.googlesource.com/887999
Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org>
Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532769}
parent 2e51d8e8
......@@ -16,8 +16,9 @@ const base::Feature kNewExtensionUpdaterService{
"NewExtensionUpdaterService", base::FEATURE_DISABLED_BY_DEFAULT};
// Enables splitting content script injections into multiple tasks.
// TODO(ksakamoto): Remove this feature flag in M67.
const base::Feature kYieldBetweenContentScriptRuns{
"YieldBetweenContentScriptRuns", base::FEATURE_DISABLED_BY_DEFAULT};
"YieldBetweenContentScriptRuns", base::FEATURE_ENABLED_BY_DEFAULT};
} // namespace features
} // namespace extensions
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