| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 47924c75f6f4f59dea0291ad7e7c33085f4094cd..85e5079cf8bfd512215b910b840ae40cf3475e01 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -312,6 +312,9 @@ extern const char kCrashReasonURL[];
|
| // "Learn more" URL for killed tab page.
|
| extern const char kKillReasonURL[];
|
|
|
| +// "Learn more" URL for the Win8 Data Privacy section under Options.
|
| +extern const char kPrivacyWin8DataLearnMoreURL[];
|
| +
|
| // "Learn more" URL for the Privacy section under Options.
|
| extern const char kPrivacyLearnMoreURL[];
|
|
|
|
|