summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_trial.h
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.h
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.h')
-rw-r--r--chrome/browser/browser_trial.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/browser_trial.h b/chrome/browser/browser_trial.h
index 1752eba..cae4dfa 100644
--- a/chrome/browser/browser_trial.h
+++ b/chrome/browser/browser_trial.h
@@ -14,7 +14,10 @@
// define current and past trials.
class BrowserTrial {
public:
- static const wchar_t* kMemoryModelFieldTrial;
+
+ // The following is a sample line for what should be listed in this file.
+ // static const wchar_t* kMemoryModelFieldTrial;
+
private:
DISALLOW_COPY_AND_ASSIGN(BrowserTrial);
};