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

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

Issue 2276943006: [USS] Move GetAllNodes from backend to controller (Closed)
Patch Set: 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 a102889a07ea0953b6ff3f85ea4813e6fa2e4eb3..8889689f4dde1ba49ec3b7f40c46985641fe2998 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 ScopedVector<syncer::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;
}

Powered by Google App Engine
This is Rietveld 408576698