summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-26 00:39:40 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-26 00:39:40 +0000
commitc942858de455e9bea91daa4eb5fde16347ebc684 (patch)
tree68a0f535faa3402246444f55550c793d29328bdb /content
parent1b6587dc548598ec496e3f2cf13d7bdf93d86db4 (diff)
downloadchromium_src-c942858de455e9bea91daa4eb5fde16347ebc684.zip
chromium_src-c942858de455e9bea91daa4eb5fde16347ebc684.tar.gz
chromium_src-c942858de455e9bea91daa4eb5fde16347ebc684.tar.bz2
Remove touch layout
Re removed touch resources, but didn't remove the code that changes the layout. This CL removed all touch layouts. BUG=362633 Review URL: https://codereview.chromium.org/247193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266305 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/browser/zygote_host/zygote_host_impl_linux.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/zygote_host/zygote_host_impl_linux.cc b/content/browser/zygote_host/zygote_host_impl_linux.cc
index 0da7da7..ad416f6 100644
--- a/content/browser/zygote_host/zygote_host_impl_linux.cc
+++ b/content/browser/zygote_host/zygote_host_impl_linux.cc
@@ -107,7 +107,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,
};