| Index: url/url_constants.h
|
| diff --git a/url/url_constants.h b/url/url_constants.h
|
| index c11058983eaaadb8aae2d75be6deeca3d32dc7c4..7e5cb53face9c7a719a064128c9b646f77b14cfc 100644
|
| --- a/url/url_constants.h
|
| +++ b/url/url_constants.h
|
| @@ -13,6 +13,9 @@ namespace url {
|
|
|
| URL_EXPORT extern const char kAboutBlankURL[];
|
|
|
| +URL_EXPORT extern const char kAboutBlankPath[];
|
| +URL_EXPORT extern const char kAboutBlankWithHashPath[];
|
| +
|
| URL_EXPORT extern const char kAboutScheme[];
|
| URL_EXPORT extern const char kBlobScheme[];
|
| // The content scheme is specific to Android for identifying a stored file.
|
|
|