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

Unified Diff: chrome/browser/sync/glue/sync_backend_host_mock.cc

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.cc
diff --git a/chrome/browser/sync/glue/sync_backend_host_mock.cc b/chrome/browser/sync/glue/sync_backend_host_mock.cc
index 176652ace9f391f126bb62363b83f9a8a73bbc35..019f3dc76636697b6f33c502ef86f14c9823438d 100644
--- a/chrome/browser/sync/glue/sync_backend_host_mock.cc
+++ b/chrome/browser/sync/glue/sync_backend_host_mock.cc
@@ -114,6 +114,11 @@ void SyncBackendHostMock::RequestBufferedProtocolEventsAndEnableForwarding() {}
void SyncBackendHostMock::DisableProtocolEventForwarding() {}
+void SyncBackendHostMock::GetAllNodesForTypes(
+ syncer::ModelTypeSet types,
+ base::Callback<void(std::vector<syncer::ModelType> type,
+ ScopedVector<base::ListValue>) > callback) {}
+
void SyncBackendHostMock::set_fail_initial_download(bool should_fail) {
fail_initial_download_ = should_fail;
}

Powered by Google App Engine
This is Rietveld 408576698