| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a3cfc6298b8d3bdad392688308467fa9a76724ce..bf63be4539042d0475386e618e178e166fe5ea21 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -57,6 +57,13 @@ const char kDisablePluginPowerSaver[] = "disable-plugin-power-saver";
|
| const char kEnablePluginPowerSaver[] = "enable-plugin-power-saver";
|
| #endif
|
|
|
| +#if defined(FULL_SAFE_BROWSING)
|
| +const char kAllowUncheckedDangerousDownloads[] =
|
| + "allow-unchecked-dangerous-downloads";
|
| +const char kDisallowUncheckedDangerousDownloads[] =
|
| + "disallow-unchecked-dangerous-downloads";
|
| +#endif
|
| +
|
| // Don't block outdated plugins.
|
| const char kAllowOutdatedPlugins[] = "allow-outdated-plugins";
|
|
|
|
|