diff options
author | felt@chromium.org <felt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-16 21:21:36 +0000 |
---|---|---|
committer | felt@chromium.org <felt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-16 21:21:36 +0000 |
commit | 311058bbdb4082b35c15120bc76ff9671410f394 (patch) | |
tree | aa5e4a791c185bd28a681a0a2f8ec0c030f1e06d /chrome/common/pref_names.h | |
parent | a8812a582467fd281fdb894c2146123679d481b4 (diff) | |
download | chromium_src-311058bbdb4082b35c15120bc76ff9671410f394.zip chromium_src-311058bbdb4082b35c15120bc76ff9671410f394.tar.gz chromium_src-311058bbdb4082b35c15120bc76ff9671410f394.tar.bz2 |
Unify the two malware reporting opt-ins
This unifies the two malware reporting opt-ins.
- One string for both places
- One pref
- One opt-out in Settings
- The default value of the checkbox is based on both the old and the new prefs
BUG=383866
Review URL: https://codereview.chromium.org/336673002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277536 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 83af07a..db04800a 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -132,6 +132,7 @@ extern const char kWebKitForceEnableZoom[]; extern const char kWebKitPasswordEchoEnabled[]; #endif extern const char kSafeBrowsingEnabled[]; +extern const char kSafeBrowsingExtendedReportingEnabled[]; extern const char kSafeBrowsingDownloadFeedbackEnabled[]; extern const char kSafeBrowsingReportingEnabled[]; extern const char kSafeBrowsingProceedAnywayDisabled[]; |