| 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 2d0af914da0bfa524b8382c82ca03db8bb3a67d8..0bd7d4418497bcbfde27f0cbc3f4c3eea19308f7 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -367,6 +367,9 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
|
| case UseCounter::WindowPostMessageWithLegacyTargetOriginArgument:
|
| return replacedWillBeRemoved("'window.postMessage(message, transferables, targetOrigin)'", "'window.postMessage(message, targetOrigin, transferables)'", 54, "5719033043222528");
|
|
|
| + case UseCounter::EncryptedMediaAllSelectedContentTypesMissingCodecs:
|
| + return "contentType strings without codecs will not be supported by requestMediaKeySystemAccess() in the future. Please specify the desired codec(s) as part of the contentType.";
|
| +
|
| // Features that aren't deprecated don't have a deprecation message.
|
| default:
|
| return String();
|
|
|