Index: sync/internal_api/sync_core.h |
diff --git a/sync/internal_api/sync_core.h b/sync/internal_api/sync_core.h |
index 504304c8af61e4afde72194774da037d54a518fd..11e2cefcfb947c076083350374d72db87dc8d411 100644 |
--- a/sync/internal_api/sync_core.h |
+++ b/sync/internal_api/sync_core.h |
@@ -36,6 +36,8 @@ class SYNC_EXPORT_PRIVATE SyncCore { |
scoped_refptr<base::SequencedTaskRunner> datatype_task_runner, |
base::WeakPtr<NonBlockingTypeProcessor> sync_client); |
+ void Disconnect(ModelType type); |
Nicolas Zea
2014/05/12 19:09:10
nit: comment about the implications of this
rlarocque
2014/05/12 20:02:13
Done.
|
+ |
base::WeakPtr<SyncCore> AsWeakPtr(); |
private: |