Index: chrome/test/testing_profile.h |
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h |
index c810a53054f4e476d24fd685e4954120c49f4916..9649ce3eea7751085ad3add9e4bcf889b08a0652 100644 |
--- a/chrome/test/testing_profile.h |
+++ b/chrome/test/testing_profile.h |
@@ -288,6 +288,7 @@ class TestingProfile : public Profile { |
void BlockUntilHistoryProcessesPendingRequests(); |
// Creates and initializes a profile sync service if the tests require one. |
+ virtual TokenService* GetTokenService(); |
virtual ProfileSyncService* GetProfileSyncService(); |
virtual CloudPrintProxyService* GetCloudPrintProxyService() { return NULL; } |
@@ -319,6 +320,9 @@ class TestingProfile : public Profile { |
// The BookmarkModel. Only created if CreateBookmarkModel is invoked. |
scoped_ptr<BookmarkModel> bookmark_bar_model_; |
+ // The TokenService. Created by CreateTokenService. Filled with dummy data. |
+ scoped_ptr<TokenService> token_service_; |
+ |
// The ProfileSyncService. Created by CreateProfileSyncService. |
scoped_ptr<ProfileSyncService> profile_sync_service_; |