diff options
Diffstat (limited to 'chrome/test/profile_mock.h')
-rw-r--r-- | chrome/test/profile_mock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/profile_mock.h b/chrome/test/profile_mock.h index bfc4329..d7e564bf 100644 --- a/chrome/test/profile_mock.h +++ b/chrome/test/profile_mock.h @@ -16,6 +16,7 @@ class ProfileMock : public TestingProfile { MOCK_METHOD0(GetHistoryServiceWithoutCreating, HistoryService*()); MOCK_METHOD1(GetWebDataService, WebDataService*(ServiceAccessType access)); MOCK_METHOD0(GetPersonalDataManager, PersonalDataManager*()); + MOCK_METHOD1(GetPasswordStore, PasswordStore* (ServiceAccessType access)); }; #endif // CHROME_TEST_PROFILE_MOCK_H__ |