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

Unified Diff: chrome/browser/sync/glue/sync_backend_host_impl.h

Issue 224563004: sync: Re-implement getAllNodes WebUI function (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style fixes + comments Created 6 years, 9 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/glue/sync_backend_host_impl.h
diff --git a/chrome/browser/sync/glue/sync_backend_host_impl.h b/chrome/browser/sync/glue/sync_backend_host_impl.h
index d4568a245cb69658e28da410d80da9014f0cec37..df87c8590b1e1c4af9c58227f3e85620ac5f889a 100644
--- a/chrome/browser/sync/glue/sync_backend_host_impl.h
+++ b/chrome/browser/sync/glue/sync_backend_host_impl.h
@@ -126,6 +126,10 @@ class SyncBackendHostImpl
virtual SyncedDeviceTracker* GetSyncedDeviceTracker() const OVERRIDE;
virtual void RequestBufferedProtocolEventsAndEnableForwarding() OVERRIDE;
virtual void DisableProtocolEventForwarding() OVERRIDE;
+ virtual void GetAllNodesForTypes(
+ syncer::ModelTypeSet types,
+ base::Callback<void(std::vector<syncer::ModelType>,
+ ScopedVector<base::ListValue>)> type) OVERRIDE;
virtual base::MessageLoop* GetSyncLoopForTesting() OVERRIDE;
protected:

Powered by Google App Engine
This is Rietveld 408576698