| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 781309345907a53ff42fc86c4c14f8ed813cdba0..747e7849afc19da337f5a76c6ec450a5f12dd8e4 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -403,6 +403,11 @@ extern const char kDisablePluginPowerSaver[];
|
| extern const char kEnablePluginPowerSaver[];
|
| #endif
|
|
|
| +#if defined(FULL_SAFE_BROWSING)
|
| +extern const char kAllowUncheckedDangerousDownloads[];
|
| +extern const char kDisallowUncheckedDangerousDownloads[];
|
| +#endif
|
| +
|
| #if defined(ENABLE_TASK_MANAGER)
|
| extern const char kDisableNewTaskManager[];
|
| #endif // defined(ENABLE_TASK_MANAGER)
|
|
|