Index: chrome/common/pref_names.cc |
=================================================================== |
--- chrome/common/pref_names.cc (revision 145621) |
+++ chrome/common/pref_names.cc (working copy) |
@@ -321,11 +321,6 @@ |
const char kSafeBrowsingReportingEnabled[] = |
"safebrowsing.reporting_enabled"; |
-// Boolean that is true when the SafeBrowsing interstitial should not allow |
-// users to proceed anyway. |
-const char kSafeBrowsingProceedAnywayDisabled[] = |
- "safebrowsing.proceed_anyway_disabled"; |
- |
// Enum that specifies whether Incognito mode is: |
// 0 - Enabled. Default behaviour. Default mode is available on demand. |
// 1 - Disabled. Used cannot browse pages in Incognito mode. |