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 e065273f83be9465a34421c075e9548f6f47cd18..79913b01344a8c090be7388264b76c377b486da2 100644 |
--- a/content/browser/zygote_host/zygote_host_impl_linux.cc |
+++ b/content/browser/zygote_host/zygote_host_impl_linux.cc |
@@ -105,7 +105,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::kLoad2xResources, |
switches::kNoSandbox, |
}; |
cmd_line.CopySwitchesFrom(browser_command_line, kForwardSwitches, |