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..cce1fd53c8c2ef6036d20bfec1bd7f06a4b57448 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); |
+ // Called from the UI thread to save the directory to disk. |
maniscalco
2014/09/12 17:42:19
This comment should say "called on the sync" threa
maxbogue
2014/09/12 18:48:14
Removed any mention of thread from this comment. A
|
+ 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. |