| 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 b82a20e3526abda812d02aa82921b989359240c7..56a5b6956e728607f0d45a63b8780db410a6acf4 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -247,14 +247,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
|
| case UseCounter::RangeExpand:
|
| return replacedBy("'Range.expand()'", "'Selection.modify()'");
|
|
|
| - case UseCounter::PrefixedMediaAddKey:
|
| - case UseCounter::PrefixedMediaGenerateKeyRequest:
|
| - case UseCounter::PrefixedMediaCancelKeyRequest:
|
| - return "The prefixed Encrypted Media Extensions APIs are deprecated. Please use 'navigator.requestMediaKeySystemAccess()' instead.";
|
| -
|
| - case UseCounter::CanPlayTypeKeySystem:
|
| - return replacedBy("canPlayType()'s 'keySystem' parameter", "'navigator.requestMediaKeySystemAccess()'");
|
| -
|
| // Powerful features on insecure origins (https://goo.gl/rStTGz)
|
| case UseCounter::DeviceMotionInsecureOrigin:
|
| return "The devicemotion event is deprecated on insecure origins, and support will be removed in the future. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.";
|
|
|