| 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 5e61339a5d41ed79d10d80850845dac4d46dc2a3..ac309c3d19c0ec419fd7f588f02fa70daae838e2 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_core.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_core.h
|
| @@ -213,6 +213,9 @@ class SyncBackendHostCore
|
| void DoRetryConfiguration(
|
| const base::Closure& retry_callback);
|
|
|
| + // Saves the directory to disk.
|
| + void DoFlushDirectory();
|
| +
|
| // Set the base request context to use when making HTTP calls.
|
| // This method will add a reference to the context to persist it
|
| // on the IO thread. Must be removed from IO thread.
|
|
|