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

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

Issue 2819423003: Remove unused deprecation message of the service worker redirected response restriction. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/DocumentLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 279c17385aed54dcefc70d3d5de0305071063760..5247e37c98027775843c00e45ece14dd839ff6f6 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -385,13 +385,6 @@ String Deprecation::DeprecationMessage(UseCounter::Feature feature) {
return replacedBy("VREyeParameters.offset",
"view matrices provided by VRFrameData");
- case UseCounter::
- kServiceWorkerRespondToNavigationRequestWithRedirectedResponse:
- return String::Format(
- "The service worker responded to the navigation request with a "
- "redirected response. This will result in an error in %s.",
- milestoneString(M59));
-
case UseCounter::kCSSSelectorInternalMediaControlsOverlayCastButton:
return willBeRemoved(
"-internal-media-controls-overlay-cast-button selector", M59,
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/DocumentLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698