| 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 bc1957ee6b1e1dd1f86ce180f6554cf3d9097b10..f826cc0ba2464b7168c0d4c55a6e34987e60ea21 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -357,18 +357,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
|
| "https://www.chromestatus.com/features/6750456638341120 for more "
|
| "details.";
|
|
|
| - case UseCounter::PrefixedPerformanceClearResourceTimings:
|
| - return replacedBy("'Performance.webkitClearResourceTimings'",
|
| - "'Performance.clearResourceTimings'");
|
| -
|
| - case UseCounter::PrefixedPerformanceSetResourceTimingBufferSize:
|
| - return replacedBy("'Performance.webkitSetResourceTimingBufferSize'",
|
| - "'Performance.setResourceTimingBufferSize'");
|
| -
|
| - case UseCounter::PrefixedPerformanceResourceTimingBufferFull:
|
| - return replacedBy("'Performance.onwebkitresourcetimingbufferfull'",
|
| - "'Performance.onresourcetimingbufferfull'");
|
| -
|
| case UseCounter::EncryptedMediaAllSelectedContentTypesMissingCodecs:
|
| return String::format(
|
| "EME requires that contentType strings accepted by "
|
|
|