diff options
Diffstat (limited to 'chrome/browser/browser_trial.cc')
-rw-r--r-- | chrome/browser/browser_trial.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/browser_trial.cc b/chrome/browser/browser_trial.cc index 31a2ea0..10ffcda 100644 --- a/chrome/browser/browser_trial.cc +++ b/chrome/browser/browser_trial.cc @@ -6,5 +6,6 @@ // 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"; +// // A test to determine the impact of kCase1 vs kCase2 pruning algorithms. +// const wchar_t* BrowserTrial::kPruningAlgorithmFieldTrial = +// L"pruning_algorithm"; |