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

Unified Diff: third_party/WebKit/Source/platform/weborigin/SchemeRegistry.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/Source/platform/weborigin/SchemeRegistry.h
diff --git a/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h b/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
index 6bd8828e08a3ae22c1d8e73f7c89ce7a6a16025f..ad846dc5f51e46d33ace2ee39b8a7d99102b5e6f 100644
--- a/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
+++ b/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
@@ -66,7 +66,6 @@ class PLATFORM_EXPORT SchemeRegistry {
static void registerURLSchemeAsDisplayIsolated(const String&);
static bool shouldTreatURLSchemeAsDisplayIsolated(const String&);
- static void registerURLSchemeAsEmptyDocument(const String&);
static bool shouldLoadURLSchemeAsEmptyDocument(const String&);
static void setDomainRelaxationForbiddenForURLScheme(bool forbidden,

Powered by Google App Engine
This is Rietveld 408576698