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

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

Issue 2619823003: Remove prefixed Resource Timing buffer management API (Closed)
Patch Set: Created 3 years, 11 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
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 "
« no previous file with comments | « third_party/WebKit/Source/core/events/EventTypeNames.in ('k') | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698