summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_trial.h
diff options
context:
space:
mode:
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);
};