Index: chrome/browser/chrome_browser_field_trials.h |
diff --git a/chrome/browser/chrome_browser_field_trials.h b/chrome/browser/chrome_browser_field_trials.h |
index dc92241cdcee687d4496fe43661a74bbc334abf6..955ebd9e3e3a40676cb1dba666417a069758f76d 100644 |
--- a/chrome/browser/chrome_browser_field_trials.h |
+++ b/chrome/browser/chrome_browser_field_trials.h |
@@ -10,16 +10,16 @@ |
#include "base/gtest_prod_util.h" |
#include "base/time.h" |
+class PrefService; |
+ |
class ChromeBrowserFieldTrials { |
public: |
explicit ChromeBrowserFieldTrials(const CommandLine& command_line); |
~ChromeBrowserFieldTrials(); |
// Called by the browser main sequence to set up Field Trials for this client. |
- // |install_time| is the time this browser was installed (or the last time |
- // prefs was reset). |install_time| is used by trials that are only created |
- // for new installs of the browser. |
- void SetupFieldTrials(const base::Time& install_time); |
+ // |local_state| is used to extract properties like install time. |
+ void SetupFieldTrials(PrefService* local_state); |
private: |
FRIEND_TEST_ALL_PREFIXES(BrowserMainTest, |