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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2988453002: Task manager tracking RenderProcessHosts processes (Closed)
Patch Set: fixed copy past cruft Created 3 years, 5 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 0bd9b87ceecb65a4a9b5e8b8ff2f4d5fa055b04d..e5cd5f07e10be37b7b6364952872332b4a53ba96 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -746,6 +746,11 @@ const char kSupervisedUserSyncToken[] = "managed-user-sync-token";
// testing purposes.
const char kSystemLogUploadFrequency[] = "system-log-upload-frequency";
+// Sets the task manager to track extra renderer processes that might not
+// normally be displayed in the task manager.
+const char kTaskManagerShowExtraRenderers[] =
+ "task-manager-show-extra-renderers";
+
// Passes the name of the current running automated test to Chrome.
const char kTestName[] = "test-name";

Powered by Google App Engine
This is Rietveld 408576698