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

Unified Diff: components/sync/core_impl/test/fake_sync_manager.cc

Issue 2276943006: [USS] Move GetAllNodes from backend to controller (Closed)
Patch Set: update for Max Created 4 years, 4 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: components/sync/core_impl/test/fake_sync_manager.cc
diff --git a/components/sync/core_impl/test/fake_sync_manager.cc b/components/sync/core_impl/test/fake_sync_manager.cc
index 9490c229438b101c6f63a00974fb9a020d0dc950..3077ebe22c45ae36ba2811ed43f4a1a80fa6c27a 100644
--- a/components/sync/core_impl/test/fake_sync_manager.cc
+++ b/components/sync/core_impl/test/fake_sync_manager.cc
@@ -226,11 +226,6 @@ FakeSyncManager::GetBufferedProtocolEvents() {
return std::vector<std::unique_ptr<ProtocolEvent>>();
}
-std::unique_ptr<base::ListValue> FakeSyncManager::GetAllNodesForType(
- syncer::ModelType type) {
- return std::unique_ptr<base::ListValue>(new base::ListValue());
-}
-
void FakeSyncManager::RefreshTypes(ModelTypeSet types) {
last_refresh_request_types_ = types;
}
« no previous file with comments | « components/sync/core_impl/sync_manager_impl_unittest.cc ('k') | components/sync/driver/data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698