| Index: third_party/WebKit/public/web/WebSecurityPolicy.h
|
| diff --git a/third_party/WebKit/public/web/WebSecurityPolicy.h b/third_party/WebKit/public/web/WebSecurityPolicy.h
|
| index 77aecf9aa8a342ed427afe6e285298ab8aab44d2..95de870daf197fdaa89394e99966eddfe2f35d26 100644
|
| --- a/third_party/WebKit/public/web/WebSecurityPolicy.h
|
| +++ b/third_party/WebKit/public/web/WebSecurityPolicy.h
|
| @@ -58,19 +58,11 @@ class WebSecurityPolicy {
|
| // hyperlinks to URLs with the scheme.
|
| BLINK_EXPORT static void registerURLSchemeAsDisplayIsolated(const WebString&);
|
|
|
| - // Registers a URL scheme to generate mixed content warnings when resources
|
| - // whose schemes are not registered as "secure" are embedded.
|
| - BLINK_EXPORT static void registerURLSchemeAsRestrictingMixedContent(
|
| - const WebString&);
|
| -
|
| // Subresources transported by secure schemes do not trigger mixed content
|
| // warnings. For example, https and data are secure schemes because they
|
| // cannot be corrupted by active network attackers.
|
| BLINK_EXPORT static void registerURLSchemeAsSecure(const WebString&);
|
|
|
| - // Returns true if the scheme has been registered as a secure scheme.
|
| - BLINK_EXPORT static bool shouldTreatURLSchemeAsSecure(const WebString&);
|
| -
|
| // Registers a non-HTTP URL scheme which can be sent CORS requests.
|
| BLINK_EXPORT static void registerURLSchemeAsCORSEnabled(const WebString&);
|
|
|
|
|