diff options
author | isherman <isherman@chromium.org> | 2015-03-31 15:04:29 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-31 22:05:18 +0000 |
commit | 292673a58ddf1fd9d0f83badf7b448575731eca4 (patch) | |
tree | ed6ba3810145125bbc8afd153de0ec7acba11a8e /chrome/browser/chrome_browser_main.cc | |
parent | d7f6a672d1d0487803be8a7984e52f06f648fe4c (diff) | |
download | chromium_src-292673a58ddf1fd9d0f83badf7b448575731eca4.zip chromium_src-292673a58ddf1fd9d0f83badf7b448575731eca4.tar.gz chromium_src-292673a58ddf1fd9d0f83badf7b448575731eca4.tar.bz2 |
[Clean up] Remove the obsolete "Infinite Cache" field trial.
Along the way, also clean up some other obsolete field trial initialization code
on desktop.
BUG=470630
TEST=none
R=asvitkine@chromium.org, rvargas@chromium.org
Review URL: https://codereview.chromium.org/1048733002
Cr-Commit-Position: refs/heads/master@{#323123}
Diffstat (limited to 'chrome/browser/chrome_browser_main.cc')
-rw-r--r-- | chrome/browser/chrome_browser_main.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc index fb50340..cbb01f0 100644 --- a/chrome/browser/chrome_browser_main.cc +++ b/chrome/browser/chrome_browser_main.cc @@ -651,8 +651,7 @@ void ChromeBrowserMainParts::SetupMetricsAndFieldTrials() { variations_service->CreateTrialsFromSeed(); // This must be called after |local_state_| is initialized. - browser_field_trials_.SetupFieldTrials( - base::Time::FromTimeT(metrics->GetInstallDate())); + browser_field_trials_.SetupFieldTrials(); // Initialize FieldTrialSynchronizer system. This is a singleton and is used // for posting tasks via base::Bind. Its deleted when it goes out of scope. |