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

Unified Diff: third_party/WebKit/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp

Issue 2588153002: Merge "Add deprecation messages for EME requestMediaKeySystemAccess features" (Closed)
Patch Set: Created 4 years 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 | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp
diff --git a/third_party/WebKit/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp b/third_party/WebKit/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp
index a81ab3a6a7563331af00c44fecc38c2c9b721519..c8bc684d6c56541c805ca9d9071283303fb31f14 100644
--- a/third_party/WebKit/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp
+++ b/third_party/WebKit/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp
@@ -317,10 +317,9 @@ void MediaKeySystemAccessInitializer::checkCapabilities(
UseCounter::count(m_resolver->getExecutionContext(),
UseCounter::EncryptedMediaCapabilityProvided);
} else {
- // TODO(jrummell): Switch to deprecation message once we understand
- // current usage. http://crbug.com/616233.
- UseCounter::count(m_resolver->getExecutionContext(),
- UseCounter::EncryptedMediaCapabilityNotProvided);
+ Deprecation::countDeprecation(
+ m_resolver->getExecutionContext(),
+ UseCounter::EncryptedMediaCapabilityNotProvided);
}
}
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698