| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 864ab1115141c7e491914229dcc70cb9bb66a393..b56ee91d87a3a585bdc698d14d007b0003e0fbc0 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -409,6 +409,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[];
|
|
|
|
|