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

Unified Diff: sync/engine/non_blocking_type_processor_core.cc

Issue 280983002: Implement sync in the NonBlockingTypeProcessor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix gyp error and some tests Created 6 years, 7 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: sync/engine/non_blocking_type_processor_core.cc
diff --git a/sync/engine/non_blocking_type_processor_core.cc b/sync/engine/non_blocking_type_processor_core.cc
index ea0f91889a450efa844daf0a90938b2c5a9258ae..236c9c5cdddeb1dbfd2ae55e774f6e2bfd8c5b77 100644
--- a/sync/engine/non_blocking_type_processor_core.cc
+++ b/sync/engine/non_blocking_type_processor_core.cc
@@ -63,6 +63,11 @@ void NonBlockingTypeProcessorCore::ApplyUpdates(
DVLOG(1) << "Applying updates for: " << ModelTypeToString(type_);
}
+void NonBlockingTypeProcessorCore::RequestCommits(
+ const CommitRequestDataList& request_list) {
+ // TODO(rlarocque): Implement this. crbug.com/351005.
+}
+
void NonBlockingTypeProcessorCore::PassiveApplyUpdates(
sessions::StatusController* status) {
NOTREACHED()
« no previous file with comments | « sync/engine/non_blocking_type_processor_core.h ('k') | sync/engine/non_blocking_type_processor_core_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698