Searched defs:ProfileSyncServiceMock (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_mock.h25 class ProfileSyncServiceMock : public ProfileSyncService { class in inherits:ProfileSyncService
27 explicit ProfileSyncServiceMock(Profile* profile);
28 ProfileSyncServiceMock(
30 virtual ~ProfileSyncServiceMock();
H A Dprofile_sync_service_mock.cc19 ProfileSyncServiceMock::ProfileSyncServiceMock(Profile* profile) function in class:ProfileSyncServiceMock
31 ProfileSyncServiceMock::ProfileSyncServiceMock( function in class:ProfileSyncServiceMock
43 ProfileSyncServiceMock::~ProfileSyncServiceMock() {
47 TestingProfile* ProfileSyncServiceMock::MakeSignedInTestingProfile() {
54 KeyedService* ProfileSyncServiceMock::BuildMockProfileSyncService(
56 return new ProfileSyncServiceMock(static_cast<Profile*>(profile));

Completed in 60 milliseconds