Skip to content

Commit

Permalink
Update learn more links on incognito NTP
Browse files Browse the repository at this point in the history
BUG=462299

Review URL: https://codereview.chromium.org/972143002

Cr-Commit-Position: refs/heads/master@{#318919}
  • Loading branch information
edwardjung authored and Commit bot committed Mar 3, 2015
1 parent 946ce94 commit 3e1ac1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3e1ac1d

Please sign in to comment.