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

Unified Diff: chrome/browser/sync/glue/sync_backend_host_mock.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_mock.h
diff --git a/chrome/browser/sync/glue/sync_backend_host_mock.h b/chrome/browser/sync/glue/sync_backend_host_mock.h
index 76e3ea7f7637ece0a905650f6b8f83a98c06cfd6..7d73743ee1d80a2a82f2a917a457d2fcabbc101a 100644
--- a/chrome/browser/sync/glue/sync_backend_host_mock.h
+++ b/chrome/browser/sync/glue/sync_backend_host_mock.h
@@ -96,6 +96,11 @@ class SyncBackendHostMock : public SyncBackendHost {
virtual void RequestBufferedProtocolEventsAndEnableForwarding() OVERRIDE;
virtual void DisableProtocolEventForwarding() OVERRIDE;
+ virtual void GetAllNodesForTypes(
+ syncer::ModelTypeSet types,
+ base::Callback<void(std::vector<syncer::ModelType> type,
+ ScopedVector<base::ListValue>) > callback) OVERRIDE;
+
virtual base::MessageLoop* GetSyncLoopForTesting() OVERRIDE;
void set_fail_initial_download(bool should_fail);

Powered by Google App Engine
This is Rietveld 408576698