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

Unified Diff: url/url_constants.h

Issue 2332263002: Updated suborigin serialization to latest spec proposal (Closed)
Patch Set: Created 4 years, 3 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: url/url_constants.h
diff --git a/url/url_constants.h b/url/url_constants.h
index 3a423d2634201ba18aa1578db9f8500c2f3ff881..5fbf64b0a4b3a25bedb53e0314462aa073df17cf 100644
--- a/url/url_constants.h
+++ b/url/url_constants.h
@@ -24,7 +24,9 @@ URL_EXPORT extern const char kFileSystemScheme[];
URL_EXPORT extern const char kFtpScheme[];
URL_EXPORT extern const char kGopherScheme[];
URL_EXPORT extern const char kHttpScheme[];
+URL_EXPORT extern const char kHttpSuboriginScheme[];
URL_EXPORT extern const char kHttpsScheme[];
+URL_EXPORT extern const char kHttpsSuboriginScheme[];
Mike West 2016/09/13 18:00:18 I don't think it's a good idea to let these live i
jww 2016/09/13 18:36:04 Aren't blob:, javascript:, and filesystem also pla
URL_EXPORT extern const char kJavaScriptScheme[];
URL_EXPORT extern const char kMailToScheme[];
URL_EXPORT extern const char kWsScheme[];

Powered by Google App Engine
This is Rietveld 408576698