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

Unified Diff: chrome/browser/metrics/variations_service.h

Issue 10764005: Added tests for storing and loading seed data to and from prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing merge conflict Created 8 years, 5 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/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

Powered by Google App Engine
This is Rietveld 408576698