diff options
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index 4ff9dbb..e33a423 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -64,9 +64,6 @@ class TestingProfile : public Profile { void set_has_history_service(bool has_history_service) { has_history_service_ = has_history_service; } - virtual bool HasHistoryService() const { - return (history_service_.get() != NULL || has_history_service_); - } virtual WebDataService* GetWebDataService(ServiceAccessType access) { return NULL; } |