Chromium Code Reviews| 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. |
|
Peter Kasting
2012/05/24 22:25:18
Wow, the naming and ordering in this file has abso
Roger Tawa OOO till Jul 10th
2012/05/25 16:04:08
Yes, I tried to put it where it made most sense to
Peter Kasting
2012/05/25 16:58:06
Probably.
|
| +extern const char kChromeSyncLearnMoreURL[]; |
| + |
| // Help URL for the settings page's search feature. |
| extern const char kSettingsSearchHelpURL[]; |