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

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

Issue 2838603002: Added [SecureContext] to the subtle attribute (Closed)
Patch Set: Magic test starts doing differnt things out of the blue. Need to handle this properly. Avada Kedavr… 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
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 ee63588929aff4919b268b4f3199f69e09898e43..d0b22e367cb13f7f4efcb38f9c4b004f6340c638 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -386,14 +386,6 @@ String Deprecation::DeprecationMessage(UseCounter::Feature feature) {
"https://www.chromestatus.com/features/6680566019653632 for more "
"details.";
- case UseCounter::kSubtleCryptoOnlyStrictSecureContextCheckFailed:
- return String::Format(
- "Web Crypto API usage inside secure frames with non-secure ancestors "
- "is deprecated. The API will no longer be exposed in these contexts "
- "as of %s. See https://www.chromestatus.com/features/5030265697075200"
- " for more details.",
- milestoneString(M59));
-
case UseCounter::kRtcpMuxPolicyNegotiate:
return String::Format(
"The rtcpMuxPolicy option is being considered for "
« no previous file with comments | « third_party/WebKit/Source/core/dom/ExecutionContext.cpp ('k') | third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698