Index: third_party/WebKit/Source/core/frame/Deprecation.cpp |
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
index e6426cf037a56dc063bada6a624d73d55b5a9788..3cb9fde8d42eb9011e7716b5163895afbfb887be 100644 |
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp |
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
@@ -426,6 +426,12 @@ String Deprecation::DeprecationMessage(UseCounter::Feature feature) { |
return willBeRemoved("indexedDB.webkitGetDatabaseNames()", M60, |
"5725741740195840"); |
+ case UseCounter::kVibrateWithoutUserGesture: |
+ return willBeRemoved( |
+ "A call to navigator.vibrate without user tap on the frame or any " |
+ "embedded frame", |
+ M60, "5644273861001216"); |
+ |
case UseCounter::kChildSrcAllowedWorkerThatScriptSrcBlocked: |
return replacedWillBeRemoved("The 'child-src' directive", |
"the 'script-src' directive for Workers", |