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

Unified Diff: third_party/WebKit/public/web/WebSecurityPolicy.h

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/public/web/WebSecurityPolicy.h
diff --git a/third_party/WebKit/public/web/WebSecurityPolicy.h b/third_party/WebKit/public/web/WebSecurityPolicy.h
index ef865ba933139082a5e0a4a0839295d4362db067..f950b38ed70896e169821a64aca50b2ca1ef7fea 100644
--- a/third_party/WebKit/public/web/WebSecurityPolicy.h
+++ b/third_party/WebKit/public/web/WebSecurityPolicy.h
@@ -61,10 +61,6 @@ class WebSecurityPolicy {
BLINK_EXPORT static void registerURLSchemeAsFirstPartyWhenTopLevel(
const WebString&);
- // Registers a URL scheme as strictly empty documents, allowing them to
- // commit synchronously.
- BLINK_EXPORT static void registerURLSchemeAsEmptyDocument(const WebString&);
-
// Support for whitelisting access to origins beyond the same-origin policy.
BLINK_EXPORT static void addOriginAccessWhitelistEntry(
const WebURL& sourceOrigin,

Powered by Google App Engine
This is Rietveld 408576698