Chromium Code Reviews| Index: url/url_constants.h |
| diff --git a/url/url_constants.h b/url/url_constants.h |
| index 3228bbb1d8e3073e072a5a0be1ec71839cf50b41..d36c022a9730044645e783b21b562d2f799ff64f 100644 |
| --- a/url/url_constants.h |
| +++ b/url/url_constants.h |
| @@ -13,6 +13,7 @@ URL_EXPORT extern const char kAboutBlankURL[]; |
| URL_EXPORT extern const char kAboutScheme[]; |
| URL_EXPORT extern const char kBlobScheme[]; |
| +URL_EXPORT extern const char kContentScheme[]; |
|
Nico
2014/11/19 00:06:03
If this is some android concept unrelated to conte
qinmin
2014/11/19 02:13:07
Done.
|
| URL_EXPORT extern const char kDataScheme[]; |
| URL_EXPORT extern const char kFileScheme[]; |
| URL_EXPORT extern const char kFileSystemScheme[]; |