HomeSort by relevance Sort by last modified time
    Searched defs:ProfileSyncServiceMock (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/sync/
profile_sync_service_mock.h 25 class ProfileSyncServiceMock : public ProfileSyncService {
27 explicit ProfileSyncServiceMock(Profile* profile);
28 virtual ~ProfileSyncServiceMock();
profile_sync_service_mock.cc 18 ProfileSyncServiceMock::ProfileSyncServiceMock(Profile* profile)
29 ProfileSyncServiceMock::~ProfileSyncServiceMock() {
33 TestingProfile* ProfileSyncServiceMock::MakeSignedInTestingProfile() {
40 KeyedService* ProfileSyncServiceMock::BuildMockProfileSyncService(
42 return new ProfileSyncServiceMock(static_cast<Profile*>(profile));
46 ProfileSyncServiceMock::GetAllSignedInDevices() const {
55 ProfileSyncServiceMock::GetLocalDeviceInfo() const {

Completed in 81 milliseconds