Index: chrome/browser/metrics/variations_service.h |
diff --git a/chrome/browser/metrics/variations_service.h b/chrome/browser/metrics/variations_service.h |
index 1bdc1b5a3df010ad91a788cee12a3494b5061998..4dc233f646d897fd15d7566583fb7a6db9490075 100644 |
--- a/chrome/browser/metrics/variations_service.h |
+++ b/chrome/browser/metrics/variations_service.h |
@@ -58,6 +58,8 @@ class VariationsService : public net::URLFetcherDelegate { |
FRIEND_TEST_ALL_PREFIXES(VariationsServiceTest, CheckStudyStartDate); |
FRIEND_TEST_ALL_PREFIXES(VariationsServiceTest, IsStudyExpired); |
FRIEND_TEST_ALL_PREFIXES(VariationsServiceTest, ValidateStudy); |
+ FRIEND_TEST_ALL_PREFIXES(VariationsServiceTest, StoreSeed); |
SteveT
2012/07/09 19:23:26
Make sure these two are in alpha order.
jwd
2012/07/09 21:08:13
Done.
|
+ FRIEND_TEST_ALL_PREFIXES(VariationsServiceTest, LoadSeed); |
// Store the given seed data to the given local prefs. Note that |seed_data| |
// is assumed to be the raw serialized protobuf data stored in a string. It |