| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index ee39535a2d7c16241876689d0fea410aeffaa565..5fa228da930a27a690aa753a1797976b05a26b4a 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -269,6 +269,9 @@ extern const char kSpeechInputAboutURL[];
|
| // The URL for the "Learn more" page for register protocol handler infobars.
|
| extern const char kLearnMoreRegisterProtocolHandlerURL[];
|
|
|
| +// The URL for the "Learn more" page for sync setup on the personal stuff page.
|
| +extern const char kSyncLearnMoreURL[];
|
| +
|
| // "Debug" pages which are dangerous and not for general consumption.
|
| extern const char* const kChromeDebugURLs[];
|
| extern int kNumberOfChromeDebugURLs;
|
|
|