Chromium Code Reviews| Index: chrome/browser/chrome_browser_field_trials.cc |
| diff --git a/chrome/browser/chrome_browser_field_trials.cc b/chrome/browser/chrome_browser_field_trials.cc |
| index 655cf4564411ecff8fc0dc58aa88ac0a96d41633..b325e87ffb558a56882c0b244e754ad1049491ac 100644 |
| --- a/chrome/browser/chrome_browser_field_trials.cc |
| +++ b/chrome/browser/chrome_browser_field_trials.cc |
| @@ -57,6 +57,7 @@ void ChromeBrowserFieldTrials::InstantiateDynamicTrials() { |
| base::FieldTrialList::FindValue("InstantDummy"); |
| base::FieldTrialList::FindValue("InstantChannel"); |
| base::FieldTrialList::FindValue("Test0PercentDefault"); |
| + base::FieldTrialList::FindValue("WindowsLogoffRace"); |
|
Alexei Svitkine (slow)
2014/07/14 18:55:02
I don't think this is necessary since your experim
Sigurður Ásgeirsson
2014/07/14 20:31:38
I don't know how this machinery works, but the com
Alexei Svitkine (slow)
2014/07/14 21:40:32
Having the trial start in "active" state makes sen
|
| // The following trials are used from renderer process. |
| // Mark here so they will be sync-ed. |
| base::FieldTrialList::FindValue("CLD1VsCLD2"); |