| Index: content/browser/zygote_host/zygote_host_impl_linux.cc
|
| diff --git a/content/browser/zygote_host/zygote_host_impl_linux.cc b/content/browser/zygote_host/zygote_host_impl_linux.cc
|
| index a3e8e611d3728e8714fe375429fbf04542849c73..4e390c4b5d7510dd365892916103be217e0d6e82 100644
|
| --- a/content/browser/zygote_host/zygote_host_impl_linux.cc
|
| +++ b/content/browser/zygote_host/zygote_host_impl_linux.cc
|
| @@ -114,7 +114,6 @@ void ZygoteHostImpl::Init(const std::string& sandbox_cmd) {
|
| // Zygote process needs to know what resources to have loaded when it
|
| // becomes a renderer process.
|
| switches::kForceDeviceScaleFactor,
|
| - switches::kTouchOptimizedUI,
|
|
|
| switches::kNoSandbox,
|
| };
|
|
|