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

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

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 | « no previous file | ios/chrome/browser/ios_chrome_field_trials.cc » ('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.h
diff --git a/ios/chrome/browser/ios_chrome_field_trials.h b/ios/chrome/browser/ios_chrome_field_trials.h
index 9f890a7e40eb714c8ffdab60192dfb57fc651919..a693594403ebbe80f97cf33b604dde2757180646 100644
--- a/ios/chrome/browser/ios_chrome_field_trials.h
+++ b/ios/chrome/browser/ios_chrome_field_trials.h
@@ -11,7 +11,6 @@ class Time;
}
// Sets up iOS-specific field trials.
-void SetupFieldTrials(const base::CommandLine& command_line,
- const base::Time& install_time);
+void SetupIOSFieldTrials();
#endif // IOS_CHROME_BROWSER_IOS_CHROME_FIELD_TRIALS_H_
« no previous file with comments | « no previous file | ios/chrome/browser/ios_chrome_field_trials.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698