| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 7fddc01fa1b8b7486a2b859989166aaf2c327531..9e7365da1eb731b9be52018437602b611c7e0598 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -411,6 +411,9 @@ extern const char kKillReasonURL[];
|
| // "Learn more" URL for the Privacy section under Options.
|
| extern const char kPrivacyLearnMoreURL[];
|
|
|
| +// Help URL for the Rappor setting.
|
| +extern const char kRapporLearnMoreURL[];
|
| +
|
| // "Learn more" URL for the "Do not track" setting in the privacy section.
|
| extern const char kDoNotTrackLearnMoreURL[];
|
|
|
|
|