summaryrefslogtreecommitdiffstats
path: root/chrome/test/profile_mock.h
diff options
context:
space:
mode:
authorzork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-19 18:06:14 +0000
committerzork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-19 18:06:14 +0000
commit7b8c01166d60c3d075953638c27a0f465e1d5de8 (patch)
tree9f7f0922755d0fd12220de5ab886ed2a9eff264b /chrome/test/profile_mock.h
parentff5abd13cf1f892c98667f59df0bab5ca54aa382 (diff)
downloadchromium_src-7b8c01166d60c3d075953638c27a0f465e1d5de8.zip
chromium_src-7b8c01166d60c3d075953638c27a0f465e1d5de8.tar.gz
chromium_src-7b8c01166d60c3d075953638c27a0f465e1d5de8.tar.bz2
Adding sync support for Passwords
BUG=none TEST=none Review URL: http://codereview.chromium.org/1851004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47686 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/profile_mock.h')
-rw-r--r--chrome/test/profile_mock.h1
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__