summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_trial.cc
diff options
context:
space:
mode:
authorjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-25 18:26:29 +0000
committerjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-25 18:26:29 +0000
commitf4f471dbff8d4fdcd91bf81bc02614862d8ccbf1 (patch)
tree924b57d205d18b47ad3c4ca05a587d6a4ca8b3e8 /chrome/browser/browser_trial.cc
parentde246f570b68acaf037db138fa871b791132ef30 (diff)
downloadchromium_src-f4f471dbff8d4fdcd91bf81bc02614862d8ccbf1.zip
chromium_src-f4f471dbff8d4fdcd91bf81bc02614862d8ccbf1.tar.gz
chromium_src-f4f471dbff8d4fdcd91bf81bc02614862d8ccbf1.tar.bz2
Remove memory model experiment
We've already removed the histograms (during cleanup of other files) so this just discards the remaining uses of the constants, along with the experiment establishment portion. r=mbelshe Review URL: http://codereview.chromium.org/27032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10352 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_trial.cc')
-rw-r--r--chrome/browser/browser_trial.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/browser/browser_trial.cc b/chrome/browser/browser_trial.cc
index 16bfb18..31a2ea0 100644
--- a/chrome/browser/browser_trial.cc
+++ b/chrome/browser/browser_trial.cc
@@ -4,5 +4,7 @@
#include "chrome/browser/browser_trial.h"
-// A test to determine the impact of using HIGH vs MEDIUM memory models.
-const wchar_t* BrowserTrial::kMemoryModelFieldTrial = L"memory_model";
+// The following is a sample of the lines that should be listed here.
+
+// // A test to determine the impact of using HIGH vs MEDIUM memory models.
+// const wchar_t* BrowserTrial::kMemoryModelFieldTrial = L"memory_model";