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 81f66ffe13713b57cee662ae4f766601703474de..ece009310ad9975e6c8f1740cc4c2b799aae0ae8 100644 |
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp |
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
@@ -321,14 +321,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) { |
"secure origin, such as HTTPS. See https://goo.gl/rStTGz for more " |
"details."; |
- case UseCounter::EncryptedMediaInsecureOrigin: |
- return String::format( |
- "Using requestMediaKeySystemAccess() on insecure origins is " |
- "deprecated and will be removed in %s. You should consider " |
- "switching your application to a secure origin, such as HTTPS. See " |
- "https://goo.gl/rStTGz for more details.", |
- milestoneString(M58)); |
- |
case UseCounter::MediaSourceAbortRemove: |
return "Using SourceBuffer.abort() to abort remove()'s asynchronous " |
"range removal is deprecated due to specification change. Support " |