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

Unified Diff: components/variations/entropy_provider_unittest.cc

Issue 1984003002: Use low entropy for studies that send experiment IDs to Google properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: components/variations/entropy_provider_unittest.cc
diff --git a/components/variations/entropy_provider_unittest.cc b/components/variations/entropy_provider_unittest.cc
index cbdeca43cfcb4a1d11dcd990d5c3cc1d03d5e1c0..3c679dd0bc134527d078bbea322d0468380f362b 100644
--- a/components/variations/entropy_provider_unittest.cc
+++ b/components/variations/entropy_provider_unittest.cc
@@ -251,10 +251,10 @@ TEST(EntropyProviderTest, UseOneTimeRandomizationWithCustomSeedPermuted) {
scoped_refptr<base::FieldTrial> trials[] = {
base::FieldTrialList::FactoryGetFieldTrialWithRandomizationSeed(
"one", 100, "default", kNoExpirationYear, 1, 1,
- base::FieldTrial::ONE_TIME_RANDOMIZED, kCustomSeed, NULL),
+ base::FieldTrial::ONE_TIME_RANDOMIZED, kCustomSeed, NULL, NULL),
base::FieldTrialList::FactoryGetFieldTrialWithRandomizationSeed(
"two", 100, "default", kNoExpirationYear, 1, 1,
- base::FieldTrial::ONE_TIME_RANDOMIZED, kCustomSeed, NULL),
+ base::FieldTrial::ONE_TIME_RANDOMIZED, kCustomSeed, NULL, NULL),
};
for (size_t i = 0; i < arraysize(trials); ++i) {
« no previous file with comments | « components/metrics/metrics_state_manager_unittest.cc ('k') | components/variations/service/variations_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698