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

Unified Diff: chrome/browser/chrome_browser_field_trials.cc

Issue 536033002: Clean up old field trial activation code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 396aef6ee8108d01b4740a2e975004cd8c99eff5..4fd69b838c5dad2a8bf0760f5518111bc5327d03 100644
--- a/chrome/browser/chrome_browser_field_trials.cc
+++ b/chrome/browser/chrome_browser_field_trials.cc
@@ -48,13 +48,6 @@ void ChromeBrowserFieldTrials::SetupFieldTrials(const base::Time& install_time,
}
void ChromeBrowserFieldTrials::InstantiateDynamicTrials() {
- // Call |FindValue()| on the trials below, which may come from the server, to
- // ensure they get marked as "used" for the purposes of data reporting.
- base::FieldTrialList::FindValue("UMA-Dynamic-Binary-Uniformity-Trial");
- base::FieldTrialList::FindValue("UMA-Dynamic-Uniformity-Trial");
- base::FieldTrialList::FindValue("InstantDummy");
- base::FieldTrialList::FindValue("InstantChannel");
- base::FieldTrialList::FindValue("Test0PercentDefault");
// The following trials are used from renderer process.
// Mark here so they will be sync-ed.
base::FieldTrialList::FindValue("CLD1VsCLD2");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698