| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index f372542e47f74e22be8a822903090e5b854a1b7d..97906a75a0b9d73fd15ac32f7cd3f590dff9daad 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -237,9 +237,6 @@ const char kEnableSync[] = "enable-sync";
|
| // enabled or not.
|
| const char kEnableUserDataDirProfiles[] = "enable-udd-profiles";
|
|
|
| -// Enable user script support.
|
| -const char kEnableUserScripts[] = "enable-user-scripts";
|
| -
|
| // Spawn threads to watch for excessive delays in specified message loops.
|
| // User should set breakpoints on Alarm() to examine problematic thread.
|
| // Usage: -enable-watchdog=[ui][io]
|
|
|