| 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 d246255698d09a9e596a54c04b3599ddc9ee1b3c..286d7fcee4ad612d7340bc241a414acf8c79ea73 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_core.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_core.h
|
| @@ -211,6 +211,10 @@ class SyncBackendHostCore
|
|
|
| void SetForwardProtocolEvents(bool forward);
|
|
|
| + // 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.
|
|
|