Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Unified Diff: chrome/browser/sync/glue/sync_backend_host.h

Issue 10832286: sync: Introduce control data types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to Tim's comments Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698