| 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 97a2585a221f482beace77d9bd4637ae8df5898a..068e5302b53cff9ce45ed0fae2223e734255b6da 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -270,11 +270,9 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
|
| case UseCounter::LegacyProtocolEmbeddedAsSubresource:
|
| return String::format(
|
| "Subresource requests using legacy protocols (like `ftp:`) are "
|
| - "deprecated, and will be blocked in %s. Please deliver "
|
| - "web-accessible resources over modern protocols like HTTPS. "
|
| - "See https://www.chromestatus.com/feature/5709390967472128 for more "
|
| - "details.",
|
| - milestoneString(M59));
|
| + "are blocked. Please deliver web-accessible resources over modern "
|
| + "protocols like HTTPS. See "
|
| + "https://www.chromestatus.com/feature/5709390967472128 for details.");
|
|
|
| case UseCounter::RequestedSubresourceWithEmbeddedCredentials:
|
| return String::format(
|
|
|