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

Unified Diff: chrome/browser/chrome_browser_field_trials_mobile.h

Issue 396753005: Keep all references to kInstallDate inside components/metrics/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_mobile.h
diff --git a/chrome/browser/chrome_browser_field_trials_mobile.h b/chrome/browser/chrome_browser_field_trials_mobile.h
index dc5f278cbb331e523c21db053683166cc0cb6549..7fd3c2fe87e429bbe5dbb3d335a4eb1091f7558d 100644
--- a/chrome/browser/chrome_browser_field_trials_mobile.h
+++ b/chrome/browser/chrome_browser_field_trials_mobile.h
@@ -20,9 +20,7 @@ namespace chrome {
// Add an invocation of your field trial init function to this method, or to
// SetupFieldTrials in chrome_browser_field_trials.cc if it is for all
// platforms.
-void SetupMobileFieldTrials(const base::CommandLine& parsed_command_line,
- const base::Time& install_time,
- PrefService* local_state);
+void SetupMobileFieldTrials(const base::CommandLine& parsed_command_line);
} // namespace chrome
« no previous file with comments | « chrome/browser/chrome_browser_field_trials_desktop.cc ('k') | chrome/browser/chrome_browser_field_trials_mobile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698