| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 8bd6699027d530b4f43ac6e32d6920421fa5b072..70ab68a48db001ab1c60a6b7134ca50a7c68cfaa 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1119,7 +1119,6 @@
|
| switches::kDisableSeccompFilterSandbox,
|
| switches::kDisableSessionStorage,
|
| switches::kDisableSharedWorkers,
|
| - switches::kDisableSpeechSynthesis,
|
| switches::kDisableTouchAdjustment,
|
| switches::kDisableTouchDragDrop,
|
| switches::kDisableTouchEditing,
|
| @@ -1156,6 +1155,7 @@
|
| switches::kEnablePreparsedJsCaching,
|
| switches::kEnableSeccompFilterSandbox,
|
| switches::kEnableSkiaBenchmarking,
|
| + switches::kEnableSpeechSynthesis,
|
| switches::kEnableStatsTable,
|
| switches::kEnableStrictSiteIsolation,
|
| switches::kEnableTargetedStyleRecalc,
|
|
|