summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prefs/command_line_pref_store.cc
diff options
context:
space:
mode:
authormmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-12 16:04:30 +0000
committermmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-12 16:04:30 +0000
commit80b07611c7fe6bd162a55139d6d19c021377616c (patch)
treeb9a47bfa76e0739581e93cd2f68fa2515f7cf275 /chrome/browser/prefs/command_line_pref_store.cc
parentacdee32bf4051844c3d7c296d4077ff841bbfa24 (diff)
downloadchromium_src-80b07611c7fe6bd162a55139d6d19c021377616c.zip
chromium_src-80b07611c7fe6bd162a55139d6d19c021377616c.tar.gz
chromium_src-80b07611c7fe6bd162a55139d6d19c021377616c.tar.bz2
Add a policy pref for the --enable-memory-info flag.
BUG=43281 TEST=Setting pref has same effect as running with --enable-memory-info. Review URL: http://codereview.chromium.org/8896018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114022 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/prefs/command_line_pref_store.cc')
-rw-r--r--chrome/browser/prefs/command_line_pref_store.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/prefs/command_line_pref_store.cc b/chrome/browser/prefs/command_line_pref_store.cc
index 306b62c..9b3e41d 100644
--- a/chrome/browser/prefs/command_line_pref_store.cc
+++ b/chrome/browser/prefs/command_line_pref_store.cc
@@ -48,6 +48,7 @@ const CommandLinePrefStore::BooleanSwitchToPreferenceMapEntry
{ switches::kDisableTLS1, prefs::kTLS1Enabled, false },
{ switches::kEnableOriginBoundCerts, prefs::kEnableOriginBoundCerts,
true },
+ { switches::kEnableMemoryInfo, prefs::kEnableMemoryInfo, false },
};
const CommandLinePrefStore::IntegerSwitchToPreferenceMapEntry