| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index a3a6d16acaa1b085d7199521c5085b062181b27a..044ff69077515b61ba58827daa8261b8d93130e2 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -324,6 +324,11 @@ extern const char kCrashReasonURL[];
|
| // "Learn more" URL for killed tab page.
|
| extern const char kKillReasonURL[];
|
|
|
| +#if defined(OS_WIN)
|
| +// "Learn more" URL for the Win8 Data Privacy section under Options.
|
| +extern const char kPrivacyWin8DataLearnMoreURL[];
|
| +#endif
|
| +
|
| // "Learn more" URL for the Privacy section under Options.
|
| extern const char kPrivacyLearnMoreURL[];
|
|
|
|
|