| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 6ecca51f2996f3c2bab4de5f0f728cf574f70d8c..e8142920d975ce540771904b764b3c80a17bcf5e 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -293,6 +293,23 @@ extern const char kLearnMoreRegisterProtocolHandlerURL[];
|
| // The URL for the "Learn more" page for sync setup on the personal stuff page.
|
| extern const char kSyncLearnMoreURL[];
|
|
|
| +// The URL for the "Learn more" page on the sync setup dialog, when syncing
|
| +// everything.
|
| +extern const char kSyncEverythingLearnMoreURL[];
|
| +
|
| +// The URL for information on how to recover your password.
|
| +extern const char kInvalidPasswordHelpURL[];
|
| +
|
| +// The URL for information on what to do if you can't sign in to your Google
|
| +// account.
|
| +extern const char kCanNotAccessAccountURL[];
|
| +
|
| +// The URL for the "Learn more" page on sync encryption.
|
| +extern const char kSyncEncryptionHelpURL[];
|
| +
|
| +// The URL to create a new Google account via sync.
|
| +extern const char kSyncCreateNewAccountURL[];
|
| +
|
| // "Debug" pages which are dangerous and not for general consumption.
|
| extern const char* const kChromeDebugURLs[];
|
| extern int kNumberOfChromeDebugURLs;
|
|
|