| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 954799cb5b97cec00c7b3a7a42a2e3d1d5540840..6c3e83aaf5706a22d8546e97c95537d42c211e4a 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -71,6 +71,10 @@ extern const char kChromeUIUberURL[];
|
| extern const char kChromeUIUberFrameURL[];
|
| extern const char kChromeUIVersionURL[];
|
|
|
| +#if defined(OS_ANDROID)
|
| +extern const char kChromeUIWelcomeURL[];
|
| +#endif
|
| +
|
| #if defined(OS_CHROMEOS)
|
| extern const char kChromeUIActivationMessage[];
|
| extern const char kChromeUIChooseMobileNetworkURL[];
|
| @@ -198,6 +202,10 @@ extern const char kChromeUIWorkersHost[];
|
| extern const char kChromeUIScreenshotPath[];
|
| extern const char kChromeUIThemePath[];
|
|
|
| +#if defined(OS_ANDROID)
|
| +extern const char kChromeUIWelcomeHost[];
|
| +#endif
|
| +
|
| #if defined(OS_LINUX) || defined(OS_OPENBSD)
|
| extern const char kChromeUILinuxProxyConfigHost[];
|
| extern const char kChromeUISandboxHost[];
|
| @@ -387,6 +395,7 @@ extern const char kExtensionResourceScheme[];
|
| #if defined(OS_CHROMEOS)
|
| extern const char kDriveScheme[];
|
| #endif
|
| +
|
| #if defined(OS_ANDROID)
|
| extern const char kContentScheme[];
|
| // Special Android file paths.
|
|
|