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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 10830318: Use a different algorithm with the low entropy source for field trials. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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_main.cc
===================================================================
--- chrome/browser/chrome_browser_main.cc (revision 151948)
+++ chrome/browser/chrome_browser_main.cc (working copy)
@@ -547,7 +547,7 @@
metrics->ForceClientIdCreation(); // Needed below.
field_trial_list_.reset(
new base::FieldTrialList(
- metrics->GetEntropySource(metrics_reporting_enabled)));
+ metrics->GetEntropyProvider(metrics_reporting_enabled)));
// Ensure any field trials specified on the command line are initialized.
// Also stop the metrics service so that we don't pollute UMA.

Powered by Google App Engine
This is Rietveld 408576698