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

Unified Diff: url/url_constants.h

Issue 1153763002: Hardening the 'url::Origin' implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 c48dafcd27dd5db14d6709ad240aad1ab3192188..94ca41e7afa49c7d17757e158ad2c9e4b434b670 100644
--- a/url/url_constants.h
+++ b/url/url_constants.h
@@ -30,6 +30,9 @@ URL_EXPORT extern const char kWssScheme[];
// Used to separate a standard scheme and the hostname: "://".
URL_EXPORT extern const char kStandardSchemeSeparator[];
+// The serialization of a globally unique origin.
+URL_EXPORT extern const char kUniqueOriginSerialization[];
+
} // namespace url
#endif // URL_URL_CONSTANTS_H_
« url/origin.cc ('K') | « url/origin_unittest.cc ('k') | url/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698