| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 511a0ff76dee5ba4ec22e41a6fb67870dac2235e..2430559f310c2dc23e4cd0b06084f57bb80a5ce5 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -321,6 +321,11 @@ const char kSafeBrowsingEnabled[] = "safebrowsing.enabled";
|
| 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.
|
|
|