| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index db5d644352cbd2c527c00b58398286cdda7c0c88..c726956abd8224919c07df05d18faa97c41b3403 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -323,20 +323,10 @@ const char kWebKitPluginsEnabled[] = "webkit.webprefs.plugins_enabled";
|
| // Boolean that is true when SafeBrowsing is enabled.
|
| const char kSafeBrowsingEnabled[] = "safebrowsing.enabled";
|
|
|
| -// Boolean that tell us whether malicious download feedback is enabled.
|
| +// Boolean that tell us whether Safe Browsing extended reporting is enabled.
|
| const char kSafeBrowsingExtendedReportingEnabled[] =
|
| "safebrowsing.extended_reporting_enabled";
|
|
|
| -// Boolean that tell us whether malicious download feedback is enabled.
|
| -// TODO(felt): Deprecate. crbug.com/383866
|
| -const char kSafeBrowsingDownloadFeedbackEnabled[] =
|
| - "safebrowsing.download_feedback_enabled";
|
| -
|
| -// Boolean that is true when SafeBrowsing Malware Report is enabled.
|
| -// TODO(felt): Deprecate. crbug.com/383866
|
| -const char kSafeBrowsingReportingEnabled[] =
|
| - "safebrowsing.reporting_enabled";
|
| -
|
| // Boolean that is true when the SafeBrowsing interstitial should not allow
|
| // users to proceed anyway.
|
| const char kSafeBrowsingProceedAnywayDisabled[] =
|
|
|