| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index bb01727504f41c098cd8e4b4cd471e1e3bf67f11..0c41609ac72100ce7e17ef1e3877383dc648cc0f 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -99,7 +99,6 @@ const char kChromeUIVoiceSearchURL[] = "chrome://voicesearch/";
|
| const char kChromeUINativeNewTabURL[] = "chrome-native://newtab/";
|
| const char kChromeUINativeBookmarksURL[] = "chrome-native://bookmarks/";
|
| const char kChromeUINativeRecentTabsURL[] = "chrome-native://recent-tabs/";
|
| -const char kChromeUIWelcomeURL[] = "chrome://welcome/";
|
| #endif
|
|
|
| #if defined(OS_CHROMEOS)
|
| @@ -260,10 +259,6 @@ const char kChromeUIThemePath[] = "theme";
|
| const char kChromeUIPrintHost[] = "print";
|
| #endif // ENABLE_FULL_PRINTING
|
|
|
| -#if defined(OS_ANDROID)
|
| -const char kChromeUIWelcomeHost[] = "welcome";
|
| -#endif
|
| -
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID)
|
| const char kChromeUILinuxProxyConfigHost[] = "linux-proxy-config";
|
| const char kChromeUISandboxHost[] = "sandbox";
|
| @@ -604,9 +599,7 @@ const char* const kChromeHostURLs[] = {
|
| content::kChromeUIServiceWorkerInternalsHost,
|
| content::kChromeUITracingHost,
|
| content::kChromeUIWebRTCInternalsHost,
|
| -#if defined(OS_ANDROID)
|
| - kChromeUIWelcomeHost,
|
| -#else
|
| +#if !defined(OS_ANDROID)
|
| kChromeUIAppLauncherPageHost,
|
| kChromeUIBookmarksHost,
|
| kChromeUIDownloadsHost,
|
|
|