| 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)
|
|
|