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..39252dbcb0dd85befa093bf6441a13156464a1a8 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 services that uses SupervisedUserPrefStore and associates |
Marc Treib
2016/05/23 15:32:43
"service", singular
mamir
2016/05/23 19:35:15
Done.
|
+ // it with the TestingProfile. |
+ void CreatePrefServiceForSupervisedUser(); |
+ |
// Initializes |prefs_| for an incognito profile, derived from |
// |original_profile_|. |
void CreateIncognitoPrefService(); |