diff options
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/testing_profile.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index ff89b61..d786017 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -75,6 +75,9 @@ class TestingProfile : public Profile { virtual Profile* GetOriginalProfile() { return this; } + virtual ChromeAppCacheService* GetAppCacheService() { + return NULL; + } virtual VisitedLinkMaster* GetVisitedLinkMaster() { return NULL; } @@ -130,11 +133,9 @@ class TestingProfile : public Profile { virtual TemplateURLFetcher* GetTemplateURLFetcher() { return NULL; } - virtual ThumbnailStore* GetThumbnailStore() { return NULL; } - virtual DownloadManager* GetDownloadManager() { return NULL; } |