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

Unified Diff: third_party/WebKit/Source/core/frame/Deprecation.cpp

Issue 1992313002: EME: Add milestone to deprecation message for container-only contentType strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e0da2dd66cc2eb892c915b8ee79f5ecfa6fa856f..fbe8725b4ae5a1679389fa4519dcbcfc330ff69a 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -369,7 +369,7 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
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.";
+ return String::format("contentType strings without codecs will not be supported by requestMediaKeySystemAccess() in %s. Please specify the desired codec(s) as part of the contentType.", milestoneString(54));
ddorwin 2016/05/19 19:37:29 Most other messages say "will be removed in," whic
jrummell 2016/05/19 19:52:21 Done.
case UseCounter::V8KeyboardEvent_KeyIdentifier_AttributeGetter:
return willBeRemoved("'KeyboardEvent.keyIdentifier'", 53, "5316065118650368");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698