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

Unified Diff: content/child/runtime_features.cc

Issue 2778693004: Remove navigator.vibrate without user gesture. (Closed)
Patch Set: rebase Created 3 years, 8 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 668dc0fe0a993324877c18a1b55f017067151ea9..0d3cce2a86c225454fa83a1884148b1accab7fde 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);

Powered by Google App Engine
This is Rietveld 408576698