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

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

Issue 23129007: sync: Add GetAllSyncData to sync/api (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 7 years, 3 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/shared_change_processor_ref.cc
diff --git a/chrome/browser/sync/glue/shared_change_processor_ref.cc b/chrome/browser/sync/glue/shared_change_processor_ref.cc
index 12dc2cd075ebe69730009b96333ca4402fede5fc..366bb4ecc1087f9e43e49f513d799f147fbd691c 100644
--- a/chrome/browser/sync/glue/shared_change_processor_ref.cc
+++ b/chrome/browser/sync/glue/shared_change_processor_ref.cc
@@ -20,6 +20,11 @@ syncer::SyncError SharedChangeProcessorRef::ProcessSyncChanges(
return change_processor_->ProcessSyncChanges(from_here, change_list);
}
+syncer::SyncDataList SharedChangeProcessorRef::GetAllSyncData(
+ syncer::ModelType type) const {
+ return change_processor_->GetAllSyncData(type);
+}
+
syncer::SyncError SharedChangeProcessorRef::CreateAndUploadError(
const tracked_objects::Location& from_here,
const std::string& message) {
« no previous file with comments | « chrome/browser/sync/glue/shared_change_processor_ref.h ('k') | chrome/browser/sync/glue/ui_data_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698