Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sync / profile_sync_service_mock.cc
index 7364111..f2fc5c1 100644 (file)
@@ -55,12 +55,3 @@ KeyedService* ProfileSyncServiceMock::BuildMockProfileSyncService(
     content::BrowserContext* profile) {
   return new ProfileSyncServiceMock(static_cast<Profile*>(profile));
 }
-
-ScopedVector<browser_sync::DeviceInfo>
-    ProfileSyncServiceMock::GetAllSignedInDevices() const {
-  ScopedVector<browser_sync::DeviceInfo> devices;
-  std::vector<browser_sync::DeviceInfo*>* device_vector =
-      GetAllSignedInDevicesMock();
-  devices.get() = *device_vector;
-  return devices.Pass();
-}