diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-01 20:26:06 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-01 20:26:06 +0000 |
commit | e7fea95ab2ade9b27606e2e89a4d42db63a4e872 (patch) | |
tree | 195fa757ff9a47e14054d24fb39a6e1ffabefaf6 /content | |
parent | 10d8398b778db2c47e712d184147db84e48d8d2a (diff) | |
download | chromium_src-e7fea95ab2ade9b27606e2e89a4d42db63a4e872.zip chromium_src-e7fea95ab2ade9b27606e2e89a4d42db63a4e872.tar.gz chromium_src-e7fea95ab2ade9b27606e2e89a4d42db63a4e872.tar.bz2 |
Remove the --use-lf-heap flag.
In 2008 Mike observed:
- Using the LFH on XP has some perf gain at the expense of a lot of RAM.
- Using the LFH on Vista seems to have no impact on perf or RAM.
We don't need to experiment with this flag anymore.
Review URL: http://codereview.chromium.org/6592074
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76415 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/browser/plugin_process_host.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc index 0cbb756..4d1301a 100644 --- a/content/browser/plugin_process_host.cc +++ b/content/browser/plugin_process_host.cc @@ -220,7 +220,6 @@ bool PluginProcessHost::Init(const webkit::npapi::WebPluginInfo& info, switches::kEnableDCHECK, switches::kSilentDumpOnDCHECK, switches::kMemoryProfiling, - switches::kUseLowFragHeapCrt, switches::kEnableStatsTable, switches::kEnableGPUPlugin, switches::kUseGL, |