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

Unified Diff: components/sync/core/sync_manager.h

Issue 2276943006: [USS] Move GetAllNodes from backend to controller (Closed)
Patch Set: clean code 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/sync_manager.h
diff --git a/components/sync/core/sync_manager.h b/components/sync/core/sync_manager.h
index 7557d77804a79811cd19be4164465613557caac8..53c76bcb25ebcb1f2333248c8cd965aded1f4b2c 100644
--- a/components/sync/core/sync_manager.h
+++ b/components/sync/core/sync_manager.h
@@ -367,9 +367,6 @@ class SyncManager {
// Returns the SyncManager's encryption handler.
virtual SyncEncryptionHandler* GetEncryptionHandler() = 0;
- virtual std::unique_ptr<base::ListValue> GetAllNodesForType(
- syncer::ModelType type) = 0;
-
// Ask the SyncManager to fetch updates for the given types.
virtual void RefreshTypes(ModelTypeSet types) = 0;

Powered by Google App Engine
This is Rietveld 408576698