| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index b451e5c531cb828bdacb0d121926f9642bdf82d6..53767a72b9c33778de29bd937a741ebe8b296768 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -269,6 +269,9 @@ extern const char kPasswordManagerLearnMoreURL[];
|
| // General help link for Chrome.
|
| extern const char kChromeHelpURL[];
|
|
|
| +// "Learn more" URL for the one click signin infobar.
|
| +extern const char kChromeSyncLearnMoreURL[];
|
| +
|
| // Help URL for the settings page's search feature.
|
| extern const char kSettingsSearchHelpURL[];
|
|
|
|
|