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

Unified Diff: chrome_frame/test/run_all_unittests.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_frame/test/run_all_unittests.cc
===================================================================
--- chrome_frame/test/run_all_unittests.cc (revision 151948)
+++ chrome_frame/test/run_all_unittests.cc (working copy)
@@ -54,7 +54,7 @@
// Set up a FieldTrialList to keep any field trials we have going in
// Chrome Frame happy.
- base::FieldTrialList field_trial_list("42");
+ base::FieldTrialList field_trial_list(NULL);
robertshield 2012/08/16 21:18:01 I disapprove of this change aesthetically, though
Alexei Svitkine (slow) 2012/08/17 16:42:16 In fact, I had to change this back to not pass NUL
base::TestSuite test_suite(argc, argv);

Powered by Google App Engine
This is Rietveld 408576698