| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 49f6b5d95519744d9557a60cc5a2c3a0c90b560c..c2cf6b4e526d3d53ce93c8952eb3e63935248aa6 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)
|
|
|