Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 668dc0fe0a993324877c18a1b55f017067151ea9..bdb430b6482ffec85a6d22068ed147a741587b08 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -304,6 +304,10 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
base::FeatureList::IsEnabled( |
features::kFramebustingNeedsSameOriginOrUserGesture)); |
+ WebRuntimeFeatures::enableFeatureFromString( |
+ "VibrateRequiresUserGesture", |
+ base::FeatureList::IsEnabled(features::kVibrateRequiresUserGesture)); |
+ |
if (command_line.HasSwitch(switches::kDisableBackgroundTimerThrottling)) |
WebRuntimeFeatures::EnableTimerThrottlingForBackgroundTabs(false); |