| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a04c81a0387450f8d957b7dc64dd0248b694ebe7..9e672cf9d5cff1ac1734ae422d1a94855b6c3a35 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -759,6 +759,9 @@ const char kInstantProcess[] = "instant-process";
|
| // enabled.
|
| const char kInvalidationUseGCMChannel[] = "invalidation-use-gcm-channel";
|
|
|
| +// Enables experimental Harmony (ECMAScript 6) features.
|
| +const char kJavaScriptHarmony[] = "javascript-harmony";
|
| +
|
| // Specifies the testcase used by the IPC fuzzer.
|
| const char kIpcFuzzerTestcase[] = "ipc-fuzzer-testcase";
|
|
|
|
|