| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index d97ce505f15b33e69af16eefe840f6a477dbe4ff..4f799cd47c1e5ddf42fa9bbf9739d37449d2c7f6 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[];
|
|
|
|
|