| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 9b18acafb528fe4f888c2b7374171913e58256f3..df129662d6c4e05e3a314d9de78a03d4ad3a7f54 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -654,16 +654,6 @@ const char kInstantProcess[] = "instant-process";
|
| // The URL for the interests API.
|
| const char kInterestsURL[] = "interests-url";
|
|
|
| -// Disable latest shipping ECMAScript 6 features.
|
| -const char kDisableJavaScriptHarmonyShipping[] =
|
| - "disable-javascript-harmony-shipping";
|
| -
|
| -// Enables experimental Harmony (ECMAScript 6) features.
|
| -const char kJavaScriptHarmony[] = "javascript-harmony";
|
| -
|
| -// Enables experimental WebAssembly.
|
| -const char kEnableWasm[] = "enable-wasm";
|
| -
|
| // Dumps IPC messages sent from renderer processes to the browser process to
|
| // the given directory. Used primarily to gather samples for IPC fuzzing.
|
| const char kIpcDumpDirectory[] = "ipc-dump-directory";
|
|
|