| Index: third_party/WebKit/Source/web/WebSecurityPolicy.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebSecurityPolicy.cpp b/third_party/WebKit/Source/web/WebSecurityPolicy.cpp
|
| index da85b532d6b90b680c1e236414aa1fb809fbbf44..7feaf720276bea789c87758fa91d78e165f8dafd 100644
|
| --- a/third_party/WebKit/Source/web/WebSecurityPolicy.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSecurityPolicy.cpp
|
| @@ -53,19 +53,10 @@ void WebSecurityPolicy::registerURLSchemeAsDisplayIsolated(
|
| SchemeRegistry::registerURLSchemeAsDisplayIsolated(scheme);
|
| }
|
|
|
| -void WebSecurityPolicy::registerURLSchemeAsRestrictingMixedContent(
|
| - const WebString& scheme) {
|
| - SchemeRegistry::registerURLSchemeAsRestrictingMixedContent(scheme);
|
| -}
|
| -
|
| void WebSecurityPolicy::registerURLSchemeAsSecure(const WebString& scheme) {
|
| SchemeRegistry::registerURLSchemeAsSecure(scheme);
|
| }
|
|
|
| -bool WebSecurityPolicy::shouldTreatURLSchemeAsSecure(const WebString& scheme) {
|
| - return SchemeRegistry::shouldTreatURLSchemeAsSecure(scheme);
|
| -}
|
| -
|
| void WebSecurityPolicy::registerURLSchemeAsCORSEnabled(
|
| const WebString& scheme) {
|
| SchemeRegistry::registerURLSchemeAsCORSEnabled(scheme);
|
|
|