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

Unified Diff: content/child/runtime_features.cc

Issue 2125733002: Added WebRuntimeFeatures plumbing to enable Finch experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | content/public/common/content_features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/runtime_features.cc
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
index e735f5f1a8fe648d250354ad41333efb876ab56c..03b9aa4a57eefe16a6b03bdc08007b495d860536 100644
--- a/content/child/runtime_features.cc
+++ b/content/child/runtime_features.cc
@@ -230,7 +230,7 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
base::FeatureList::IsEnabled(features::kMediaDocumentDownloadButton));
if (base::FeatureList::IsEnabled(features::kPointerEvents))
- WebRuntimeFeatures::enableFeatureFromString("PointerEvent", true);
+ WebRuntimeFeatures::enablePointerEvent(true);
WebRuntimeFeatures::enableFeatureFromString(
"FontCacheScaling",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | content/public/common/content_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698