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

Unified Diff: content/public/common/url_constants.h

Issue 2403713002: Add suborigin logic to url::Origin (Closed)
Patch Set: Fix unit test Created 4 years, 2 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
« no previous file with comments | « content/public/common/origin_util.h ('k') | content/public/common/url_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/url_constants.h
diff --git a/content/public/common/url_constants.h b/content/public/common/url_constants.h
index 1a90cf2414c2109dd93a6b4376aa0c679ae44aee..3448a883319ee24b89d1777bd68db1465b53d182 100644
--- a/content/public/common/url_constants.h
+++ b/content/public/common/url_constants.h
@@ -72,11 +72,6 @@ CONTENT_EXPORT extern const char kChromeUINetworkViewCacheURL[];
CONTENT_EXPORT extern const char kChromeUIResourcesURL[];
CONTENT_EXPORT extern const char kChromeUIShorthangURL[];
-// Special HTTP and HTTPS schemes for serialization of suborigins. See
-// https://w3c.github.io/webappsec-suborigins/.
-CONTENT_EXPORT extern const char kHttpSuboriginScheme[];
-CONTENT_EXPORT extern const char kHttpsSuboriginScheme[];
-
} // namespace content
#endif // CONTENT_PUBLIC_COMMON_URL_CONSTANTS_H_
« no previous file with comments | « content/public/common/origin_util.h ('k') | content/public/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698