| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 122aefe65f734720c3ad1e6c06efa90f3092ca50..e32f1948d2eb96518484edfc47a1dfd9378b03f2 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -292,6 +292,9 @@ const char kSpeechInputAboutURL[] =
|
| const char kLearnMoreRegisterProtocolHandlerURL[] =
|
| "http://www.google.com/support/chrome/bin/answer.py?answer=1382847";
|
|
|
| +const char kSyncLearnMoreURL[] =
|
| + "http://www.google.com/support/chrome/bin/answer.py?answer=165139";
|
| +
|
| #if defined(OS_CHROMEOS)
|
| const char kCloudPrintLearnMoreURL[] =
|
| "https://www.google.com/support/chromeos/bin/topic.py?topic=29023";
|
|
|