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

Unified Diff: third_party/WebKit/Source/web/WebSecurityPolicy.cpp

Issue 2760463005: Fix handling of external protocols with PlzNavigate. (Closed)
Patch Set: review comments Created 3 years, 9 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/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,

Powered by Google App Engine
This is Rietveld 408576698