summaryrefslogtreecommitdiffstats
path: root/content/browser/zygote_host
diff options
context:
space:
mode:
authorflackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-09 00:25:43 +0000
committerflackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-09 00:25:43 +0000
commiteb81ab0d777ef23e50c3653ed9b474986d97c00c (patch)
treed01758fdbc9b72898a0536b5a5c1e0cd78007dc2 /content/browser/zygote_host
parenta9e9cc04526b3f52a2270a71a6e27610ab4579ad (diff)
downloadchromium_src-eb81ab0d777ef23e50c3653ed9b474986d97c00c.zip
chromium_src-eb81ab0d777ef23e50c3653ed9b474986d97c00c.tar.gz
chromium_src-eb81ab0d777ef23e50c3653ed9b474986d97c00c.tar.bz2
Remove --load-2x-resources flag.
BUG=140040 TEST=Running chrome with --force-device-scale-factor=2 still loads 2x resources. Review URL: https://chromiumcodereview.appspot.com/10837142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150648 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/zygote_host')
-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 e065273..79913b0 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,