Commit 74f78d2d authored by mark a. foltz's avatar mark a. foltz Committed by Commit Bot

[Presentation API] Update removal milestone on secure contexts

Presentation API was not removed from insecure contexts on M68.

Update removal milestone to Q4 until more proactive engagement can be done with
remaining Cast-enabled sites on http.

Bug: 733381
Change-Id: Ic035ffcbbb7a510fea158fbc70457ba286dece01
Reviewed-on: https://chromium-review.googlesource.com/1100103Reviewed-by: default avatarDerek Cheng <imcheng@chromium.org>
Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Commit-Queue: mark a. foltz <mfoltz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#567748}
parent 60e2fc18
...@@ -504,9 +504,9 @@ DeprecationInfo GetDeprecationInfo(WebFeature feature) { ...@@ -504,9 +504,9 @@ DeprecationInfo GetDeprecationInfo(WebFeature feature) {
case WebFeature::kPresentationRequestStartInsecureOrigin: case WebFeature::kPresentationRequestStartInsecureOrigin:
case WebFeature::kPresentationReceiverInsecureOrigin: case WebFeature::kPresentationReceiverInsecureOrigin:
return { return {
"PresentationInsecureOrigin", kM68, "PresentationInsecureOrigin", kM71,
String("Using the Presentation API on insecure origins is " String("Using the Presentation API on insecure origins is "
"deprecated and will be removed in M68. You should consider " "deprecated and will be removed in M71. You should consider "
"switching your application to a secure origin, such as " "switching your application to a secure origin, such as "
"HTTPS. See " "HTTPS. See "
"https://goo.gl/rStTGz for more details.")}; "https://goo.gl/rStTGz for more details.")};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment