Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(742)

Unified Diff: content/child/runtime_features.cc

Issue 2778173002: Revert of "Speculatively launch Service Workers on mouse/touch events." (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/child/runtime_features.cc
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
index d7b8b9b4962c3d43a90650cb87f954e8c6b5d03e..aae1b4b02ac78c26c87ed50e4bbb8c8c01061826 100644
--- a/content/child/runtime_features.cc
+++ b/content/child/runtime_features.cc
@@ -340,9 +340,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
WebRuntimeFeatures::enableServiceWorkerNavigationPreload(true);
}
- if (base::FeatureList::IsEnabled(features::kSpeculativeLaunchServiceWorker))
- WebRuntimeFeatures::enableSpeculativeLaunchServiceWorker(true);
-
if (base::FeatureList::IsEnabled(features::kGamepadExtensions))
WebRuntimeFeatures::enableGamepadExtensions(true);
« no previous file with comments | « content/browser/service_worker/service_worker_version_unittest.cc ('k') | content/public/browser/service_worker_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698