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