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

Unified Diff: url/url_constants.cc

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.cc
diff --git a/url/url_constants.cc b/url/url_constants.cc
index 549819e97f3abdbe6ee24aac569c9b6387f2520e..2c89e4b2a5be06fb024a6a9577ff42b5d6eb39eb 100644
--- a/url/url_constants.cc
+++ b/url/url_constants.cc
@@ -18,7 +18,9 @@ const char kFileSystemScheme[] = "filesystem";
const char kFtpScheme[] = "ftp";
const char kGopherScheme[] = "gopher";
const char kHttpScheme[] = "http";
+const char kHttpSuboriginScheme[] = "http-so";
Mike West 2016/09/13 18:00:18 Perhaps not for this CL, but WDYT about locking su
jww 2016/09/13 18:36:04 I think that since they're purely restrictive, I d
const char kHttpsScheme[] = "https";
+const char kHttpsSuboriginScheme[] = "https-so";
const char kJavaScriptScheme[] = "javascript";
const char kMailToScheme[] = "mailto";
const char kWsScheme[] = "ws";
« url/url_constants.h ('K') | « url/url_constants.h ('k') | url/url_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698