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

Unified Diff: ios/chrome/browser/ios_chrome_field_trials.cc

Issue 2376123004: Rearrange iOS SetupMetricsAndFieldTrials to SetupFieldTrials and SetupMetrics (Closed)
Patch Set: Created 4 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 | « ios/chrome/browser/ios_chrome_field_trials.h ('k') | ios/chrome/browser/ios_chrome_main_parts.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ios_chrome_field_trials.cc
diff --git a/ios/chrome/browser/ios_chrome_field_trials.cc b/ios/chrome/browser/ios_chrome_field_trials.cc
index 088781569948139583fb0561e5b7af4d32af1c1e..fb1b5f33ce07d29c1719228e5836e606d16ce5cd 100644
--- a/ios/chrome/browser/ios_chrome_field_trials.cc
+++ b/ios/chrome/browser/ios_chrome_field_trials.cc
@@ -6,8 +6,7 @@
#include "base/metrics/field_trial.h"
-void SetupFieldTrials(const base::CommandLine& command_line,
- const base::Time& install_time) {
+void SetupIOSFieldTrials() {
// Activate the iOS tab eviction dynamic field trials.
base::FieldTrialList::FindValue("TabEviction");
}
« no previous file with comments | « ios/chrome/browser/ios_chrome_field_trials.h ('k') | ios/chrome/browser/ios_chrome_main_parts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698