Index: chrome/test/base/testing_profile.h |
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h |
index 915ed33dfdfba1c8c41964295683564d12811186..b6f161aed7e7d9fc22394a0f9b606eaa3c10ae74 100644 |
--- a/chrome/test/base/testing_profile.h |
+++ b/chrome/test/base/testing_profile.h |
@@ -354,6 +354,10 @@ class TestingProfile : public Profile { |
// Creates a TestingPrefService and associates it with the TestingProfile. |
void CreateTestingPrefService(); |
+ // Creates a pref service that uses SupervisedUserPrefStore and associates |
+ // it with the TestingProfile. |
+ void CreatePrefServiceForSupervisedUser(); |
+ |
// Initializes |prefs_| for an incognito profile, derived from |
// |original_profile_|. |
void CreateIncognitoPrefService(); |