| 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 65aaa0454066ab273cf494b3592433e0da40f3c4..f3418b6e439204455fe96d9c2ed0bf64f2a002b8 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.h
|
| @@ -144,6 +144,10 @@ class SyncBackendHost : public BackendDataTypeConfigurer {
|
| public:
|
| typedef syncer::SyncStatus Status;
|
|
|
| + // A static list of types to be downloaded between SyncManager init and
|
| + // reporting to the frontend that initialization has completed.
|
| + static syncer::ModelTypeSet EarlyDownloadTypes();
|
| +
|
| // Create a SyncBackendHost with a reference to the |frontend| that
|
| // it serves and communicates to via the SyncFrontend interface (on
|
| // the same thread it used to call the constructor). Must outlive
|
|
|