Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1475)

Unified Diff: chrome/browser/sync/profile_sync_components_factory_mock.cc

Issue 9395058: [Sync] Remove SyncableServiceAdapter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Self review Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync/profile_sync_components_factory_mock.cc
diff --git a/chrome/browser/sync/profile_sync_components_factory_mock.cc b/chrome/browser/sync/profile_sync_components_factory_mock.cc
index 161aad605a43b8070f153e0fd416668e335fcafb..27017dd01e98b897680c6e6049af92e734739c51 100644
--- a/chrome/browser/sync/profile_sync_components_factory_mock.cc
+++ b/chrome/browser/sync/profile_sync_components_factory_mock.cc
@@ -22,16 +22,6 @@ ProfileSyncComponentsFactoryMock::ProfileSyncComponentsFactoryMock(
InvokeWithoutArgs(
this,
&ProfileSyncComponentsFactoryMock::MakeSyncComponents));
- ON_CALL(*this, CreateSearchEngineSyncComponents(_, _)).
- WillByDefault(
- InvokeWithoutArgs(
- this,
- &ProfileSyncComponentsFactoryMock::MakeSyncComponents));
- ON_CALL(*this, CreateAppNotificationSyncComponents(_, _)).
- WillByDefault(
- InvokeWithoutArgs(
- this,
- &ProfileSyncComponentsFactoryMock::MakeSyncComponents));
}
ProfileSyncComponentsFactoryMock::~ProfileSyncComponentsFactoryMock() {}

Powered by Google App Engine
This is Rietveld 408576698