| Index: chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| index 2a844a4bfc313df8d11077ac873afb7b35d78df3..570d4186fe790ce923272492dfc4efc9eca18986 100644
|
| --- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| +++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| @@ -76,9 +76,9 @@ namespace {
|
| // The URL for the the Learn More page shown on incognito new tab.
|
| const char kLearnMoreIncognitoUrl[] =
|
| #if defined(OS_CHROMEOS)
|
| - "https://www.google.com/support/chromeos/bin/answer.py?answer=95464";
|
| + "https://support.google.com/chromebook/?p=incognito";
|
| #else
|
| - "https://www.google.com/support/chrome/bin/answer.py?answer=95464";
|
| + "https://support.google.com/chrome/?p=incognito";
|
| #endif
|
|
|
| // The URL for the Learn More page shown on guest session new tab.
|
|
|