| Index: url/url_constants.h
|
| diff --git a/url/url_constants.h b/url/url_constants.h
|
| index c48dafcd27dd5db14d6709ad240aad1ab3192188..a92c2a2c4375b3aa1c89442fd3e5404ab2bfd32c 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 (per section 6 of RFC 6454).
|
| +URL_EXPORT extern const char kUniqueOriginSerialization[];
|
| +
|
| } // namespace url
|
|
|
| #endif // URL_URL_CONSTANTS_H_
|
|
|