| Index: chrome/browser/sync/glue/sync_backend_host.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h
|
| index 061c3f4c7731ea1c2221362d2819cbc499f17154..bc238690daaffe388c04bfc485138abdcb53c7d0 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.h
|
| @@ -185,6 +185,9 @@ class SyncBackendHost : public sync_driver::BackendDataTypeConfigurer {
|
| virtual void GetModelSafeRoutingInfo(
|
| syncer::ModelSafeRoutingInfo* out) const = 0;
|
|
|
| + // Send a message to the sync thread to persist the Directory to disk.
|
| + virtual void FlushDirectory() const = 0;
|
| +
|
| // Requests that the backend forward to the fronent any protocol events in
|
| // its buffer and begin forwarding automatically from now on. Repeated calls
|
| // to this function may result in the same events being emitted several
|
|
|