| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index f21b36a66188da81012aa29783f2cd65ab6ca35f..69176a1c7d70a44b13d1539ff332e4d29d55c991 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -389,6 +389,9 @@ extern const char kDriveScheme[];
|
| #endif
|
| #if defined(OS_ANDROID)
|
| extern const char kContentScheme[];
|
| +// Special Android file paths.
|
| +extern const char kAndroidAssetPath[];
|
| +extern const char kAndroidResourcePath[];
|
| #endif
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|