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

Unified Diff: sync/internal_api/test/null_sync_core_proxy.cc

Issue 280983002: Implement sync in the NonBlockingTypeProcessor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add some comments 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/internal_api/test/null_sync_core_proxy.cc
diff --git a/sync/internal_api/test/null_sync_core_proxy.cc b/sync/internal_api/test/null_sync_core_proxy.cc
index e0c93f655431180fef7602bec22d284c8cca6f79..14d9d65128c49ec9a9507c52e779909dc2531239 100644
--- a/sync/internal_api/test/null_sync_core_proxy.cc
+++ b/sync/internal_api/test/null_sync_core_proxy.cc
@@ -12,7 +12,8 @@ NullSyncCoreProxy::~NullSyncCoreProxy() {}
void NullSyncCoreProxy::ConnectTypeToCore(
syncer::ModelType type,
- base::WeakPtr<NonBlockingTypeProcessor> processor) {
+ const DataTypeState& data_type_state,
+ base::WeakPtr<NonBlockingTypeProcessor> processor) {
NOTREACHED() << "NullSyncCoreProxy is not meant to be used";
}

Powered by Google App Engine
This is Rietveld 408576698