| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 49a9cdacc7764b7d54a85ac011a46a4e38aa73b7..46bae22e4dbc3860ff0c29bcdf37fc758998d4b8 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -393,6 +393,11 @@ extern const char kAllowNaClSocketAPI[];
|
| extern const char kDisableNewTaskManager[];
|
| #endif // defined(ENABLE_TASK_MANAGER)
|
|
|
| +#if defined(FULL_SAFE_BROWSING)
|
| +extern const char kAllowUncheckedDangerousDownloads[];
|
| +extern const char kDisallowUncheckedDangerousDownloads[];
|
| +#endif
|
| +
|
| #if defined(ENABLE_WAYLAND_SERVER)
|
| extern const char kEnableWaylandServer[];
|
| #endif
|
| @@ -413,10 +418,6 @@ bool SettingsWindowEnabled();
|
| bool PowerOverlayEnabled();
|
| #endif
|
|
|
| -#if defined(ENABLE_TASK_MANAGER)
|
| -bool NewTaskManagerEnabled();
|
| -#endif // defined(ENABLE_TASK_MANAGER)
|
| -
|
| // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
|
| // alphabetical order, or in one of the ifdefs (also in order in each section).
|
|
|
|
|