Index: sync/internal_api/sync_core_proxy_impl.h |
diff --git a/sync/internal_api/sync_core_proxy_impl.h b/sync/internal_api/sync_core_proxy_impl.h |
index 99e1b8f14aa81000e6f1579fb5e193366f5f865e..3622d2b2f0d293980df6a602b71e7d4a54f2949f 100644 |
--- a/sync/internal_api/sync_core_proxy_impl.h |
+++ b/sync/internal_api/sync_core_proxy_impl.h |
@@ -40,6 +40,9 @@ class SYNC_EXPORT_PRIVATE SyncCoreProxyImpl : public SyncCoreProxy { |
syncer::ModelType type, |
base::WeakPtr<NonBlockingTypeProcessor> type_processor) OVERRIDE; |
+ // Disables syncing for the given type on the sync thread. |
+ virtual void Disconnect(syncer::ModelType type) OVERRIDE; |
+ |
virtual scoped_ptr<SyncCoreProxy> Clone() const OVERRIDE; |
private: |