Index: third_party/WebKit/Source/core/frame/UseCounter.cpp |
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
index 9a33c917c57e17f1d88e7e259e0c3038cd87fed9..24f082bcb5166cd81c1c1c056cf12ca6e2256429 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.cpp |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
@@ -926,9 +926,6 @@ String UseCounter::deprecationMessage(Feature feature) |
case PrefixedPerformanceResourceTimingBufferFull: |
return replacedBy("Performance.onwebkitresourcetimingbufferfull", "Performance.onresourcetimingbufferfull"); |
- case FetchAPIRequestContext: |
- return "Request.context is deprecated and will be removed in M46 (see: https://www.chromestatus.com/feature/5534702526005248)."; |
- |
case HeaderValueNotMatchingRFC7230: |
return "Header values not matching to RFC 7230, will be deprecated (see: https://www.chromestatus.com/feature/6457425448140800)."; |