| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 1792729f575b57020da80edbb094d5438c5b9040..75d91421b14f5f0dcf8d3331113f4659ccd44224 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -357,10 +357,6 @@ const char kDataSaverEnabled[] = "spdy_proxy.enabled";
|
| // Boolean that is true when SafeBrowsing is enabled.
|
| const char kSafeBrowsingEnabled[] = "safebrowsing.enabled";
|
|
|
| -// Boolean that tell us whether Safe Browsing extended reporting is enabled.
|
| -const char kSafeBrowsingExtendedReportingEnabled[] =
|
| - "safebrowsing.extended_reporting_enabled";
|
| -
|
| // Boolean that is true when the SafeBrowsing interstitial should not allow
|
| // users to proceed anyway.
|
| const char kSafeBrowsingProceedAnywayDisabled[] =
|
|
|