| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 2b72c4c8f5803023bf71888c189b73534c4558d9..19102fa48f8321adf1cad2f609bcad7e1fcb36df 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -196,6 +196,12 @@ extern const char kChromeUIWorkersHost[];
|
| extern const char kChromeUIScreenshotPath[];
|
| extern const char kChromeUIThemePath[];
|
|
|
| +#if defined(OS_ANDROID)
|
| +// The URL for the mobile welcome page.
|
| +extern const char kChromeUIWelcomeHost[];
|
| +#endif
|
| +
|
| +
|
| #if defined(OS_LINUX) || defined(OS_OPENBSD)
|
| extern const char kChromeUILinuxProxyConfigHost[];
|
| extern const char kChromeUISandboxHost[];
|
|
|