Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6932)

Unified Diff: chrome/common/chrome_switches.h

Issue 2006513002: [rebase for] Remove the old task manager view (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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).
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698