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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2724923004: cocoa: add --use-views-task-manager (Closed)
Patch Set: Created 3 years, 10 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index c78404b76943bd90cb736bbd3d433b10b885b8e3..672b2016be860c1965c6fb786e2becc3a80abbdd 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1048,6 +1048,9 @@ const char kRelauncherProcessDMGDevice[] = "dmg-device";
// Indicates whether Chrome should be set as the default browser during
// installation.
const char kMakeChromeDefault[] = "make-chrome-default";
+
+// Indicates whether to use the Views Task Manager.
+const char kUseViewsTaskManager[] = "use-views-task-manager";
#endif // defined(OS_MACOSX)
#if defined(OS_WIN)
« chrome/browser/ui/cocoa/task_manager_mac.mm ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698