diff options
author | newt <newt@chromium.org> | 2015-03-24 12:40:01 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-24 19:40:31 +0000 |
commit | 4bdfb4b68b800911adb3d36d64e841fa6ec5757a (patch) | |
tree | 3d632f261059c529bcb78a05ec9cbb4a60f09343 /chrome/common | |
parent | 703acf7ce535e86bbb99e18ef4a8b4c0c53eaae7 (diff) | |
download | chromium_src-4bdfb4b68b800911adb3d36d64e841fa6ec5757a.zip chromium_src-4bdfb4b68b800911adb3d36d64e841fa6ec5757a.tar.gz chromium_src-4bdfb4b68b800911adb3d36d64e841fa6ec5757a.tar.bz2 |
Redirect chrome://welcome to the new tab page.
The welcome page was removed in M40. Users who had the welcome page open
when upgrading from pre-M40 to post-M40 will see a "webpage not
available" error after the upgrade. This fixes that behavior by
replacing the welcome page with an NTP.
BUG=455427
Review URL: https://codereview.chromium.org/1036533002
Cr-Commit-Position: refs/heads/master@{#322049}
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/url_constants.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h index 4255785..acd1678 100644 --- a/chrome/common/url_constants.h +++ b/chrome/common/url_constants.h @@ -255,10 +255,6 @@ extern const char kChromeUIThemePath[]; extern const char kChromeUIPrintHost[]; #endif // ENABLE_PRINT_PREVIEW -#if defined(OS_ANDROID) -extern const char kChromeUIWelcomeHost[]; -#endif - #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) extern const char kChromeUILinuxProxyConfigHost[]; extern const char kChromeUISandboxHost[]; |