| 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 be9f91da64b0de0fc7c6b0eb96de4a1ba804f540..192fd90ebdc859332fa7acc94eed3b8546151eff 100644
|
| --- a/third_party/WebKit/Source/web/WebSecurityPolicy.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSecurityPolicy.cpp
|
| @@ -60,11 +60,6 @@ void WebSecurityPolicy::registerURLSchemeAsFirstPartyWhenTopLevel(
|
| SchemeRegistry::registerURLSchemeAsFirstPartyWhenTopLevel(scheme);
|
| }
|
|
|
| -void WebSecurityPolicy::registerURLSchemeAsEmptyDocument(
|
| - const WebString& scheme) {
|
| - SchemeRegistry::registerURLSchemeAsEmptyDocument(scheme);
|
| -}
|
| -
|
| void WebSecurityPolicy::addOriginAccessWhitelistEntry(
|
| const WebURL& sourceOrigin,
|
| const WebString& destinationProtocol,
|
|
|