| Index: chrome/test/testing_profile.h
|
| ===================================================================
|
| --- chrome/test/testing_profile.h (revision 58702)
|
| +++ chrome/test/testing_profile.h (working copy)
|
| @@ -224,6 +224,7 @@
|
| virtual void InitExtensions() {}
|
| virtual void InitWebResources() {}
|
| virtual NTPResourceCache* GetNTPResourceCache();
|
| +
|
| virtual DesktopNotificationService* GetDesktopNotificationService();
|
| virtual BackgroundContentsService* GetBackgroundContentsService() {
|
| return NULL;
|
| @@ -252,6 +253,8 @@
|
| // Creates and initializes a profile sync service if the tests require one.
|
| virtual TokenService* GetTokenService();
|
| virtual ProfileSyncService* GetProfileSyncService();
|
| + virtual ProfileSyncService* GetProfileSyncService(
|
| + const std::string& cros_notes);
|
| virtual CloudPrintProxyService* GetCloudPrintProxyService() { return NULL; }
|
|
|
| virtual ChromeBlobStorageContext* GetBlobStorageContext() {
|
|
|