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

Unified Diff: sync/internal_api/sync_core.h

Issue 272323002: sync: Implement disabling of non blocking types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/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:

Powered by Google App Engine
This is Rietveld 408576698