Index: chrome/browser/sync/glue/sync_backend_host_core.h |
diff --git a/chrome/browser/sync/glue/sync_backend_host_core.h b/chrome/browser/sync/glue/sync_backend_host_core.h |
index 0c521002010b9efba573a30a34c670abf329946a..408c3ab99b08cfdf95a02aca3829eb7c1a64ca86 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host_core.h |
+++ b/chrome/browser/sync/glue/sync_backend_host_core.h |
@@ -212,6 +212,10 @@ class SyncBackendHostCore |
void SendBufferedProtocolEventsAndEnableForwarding(); |
void DisableProtocolEventForwarding(); |
+ // Returns handle to sync functionality used by non-blocking sync types. |
+ // Should only be called when the backend is initialized. |
+ syncer::SyncCoreProxy GetSyncCoreProxy(); |
+ |
// Delete the sync data folder to cleanup backend data. Happens the first |
// time sync is enabled for a user (to prevent accidentally reusing old |
// sync databases), as well as shutdown when you're no longer syncing. |