| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 439eb8fc95019b8134bf95330618d3177cdf5bc9..b9282851ecda167efbf260b2206bc2a712f6d101 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -695,6 +695,12 @@ const char kGeolocationContentSettings[] = "geolocation.content_settings";
|
| // Preference to disable 3D APIs (WebGL, Pepper 3D).
|
| const char kDisable3DAPIs[] = "disable_3d_apis";
|
|
|
| +// Whether to enable hyperlink auditing ("<a ping>").
|
| +const char kEnableHyperlinkAuditing[] = "enable_a_ping";
|
| +
|
| +// Whether to enable sending referrers.
|
| +const char kEnableReferrers[] = "enable_referrers";
|
| +
|
| // *************** LOCAL STATE ***************
|
| // These are attached to the machine/installation
|
|
|
|
|