| 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";
|
|
|
|
|