| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index d6dc7cad240d4c8f4f0b354944f5f3553b02bd86..d39b59b95859cfb6fb3f1882f6d0c4e862ffa50d 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";
|
|
|
|
|