Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1848)

Unified Diff: chrome/browser/chrome_browser_field_trials.cc

Issue 385123004: Implement the WindowsLogoffRace finch experiment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add an additional timing check around EndSession to prevent test success when timing out on the blo… Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");

Powered by Google App Engine
This is Rietveld 408576698