Commit 6dcf5d5f authored by glevin's avatar glevin Committed by Commit bot

Change hard numeric support link with smartlink

BUG=639537
TEST=Logged onto a managed account, open SysTray menu, click on
"This device is managed by ..." item.  This should briefly open
  https://support.google.com/chromebook/?p=managed
which will quickly redirect to something like
  https://support.google.com/chromebook/answer/2535613?p=managed&rd=1

Review-Url: https://codereview.chromium.org/2308613002
Cr-Commit-Position: refs/heads/master@{#417024}
parent 9164d24b
......@@ -581,7 +581,7 @@ const char kNaturalScrollHelpURL[] =
#if defined(OS_CHROMEOS)
const char kLearnMoreEnterpriseURL[] =
"https://support.google.com/chromebook/answer/2535613";
"https://support.google.com/chromebook/?p=managed";
#endif
const char kRemoveNonCWSExtensionURL[] =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment