| Index: content/browser/worker_host/worker_process_host.cc
|
| diff --git a/content/browser/worker_host/worker_process_host.cc b/content/browser/worker_host/worker_process_host.cc
|
| index 0a964eb4ea8fa6c744a6416396257c625c31797c..1ba2dccd7c48dcf99bf673fdddac75e5b470d2c6 100644
|
| --- a/content/browser/worker_host/worker_process_host.cc
|
| +++ b/content/browser/worker_host/worker_process_host.cc
|
| @@ -152,7 +152,6 @@ bool WorkerProcessHost::Init(int render_process_id) {
|
| cmd_line->AppendSwitchASCII(switches::kLang, locale);
|
|
|
| static const char* const kSwitchNames[] = {
|
| - switches::kWebWorkerShareProcesses,
|
| switches::kDisableApplicationCache,
|
| switches::kDisableDatabases,
|
| switches::kEnableLogging,
|
|
|