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

Unified Diff: components/sync/engine_impl/model_type_registry.h

Issue 2500223002: [Sync] Let ModelTypeRegistry filter out initial download USS types. (Closed)
Patch Set: Address comment. Created 4 years, 1 month 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
« no previous file with comments | « no previous file | components/sync/engine_impl/model_type_registry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/model_type_registry.h
diff --git a/components/sync/engine_impl/model_type_registry.h b/components/sync/engine_impl/model_type_registry.h
index f6cf21d2cc50205bb5e46f12bd16c82e3a508614..f238513b1e6ad0ab8f6e2b955b3d067d49aad58b 100644
--- a/components/sync/engine_impl/model_type_registry.h
+++ b/components/sync/engine_impl/model_type_registry.h
@@ -87,6 +87,9 @@ class ModelTypeRegistry : public ModelTypeConnector,
// applied.
ModelTypeSet GetInitialSyncEndedTypes() const;
+ // Returns the set of non-blocking types with initial sync done.
+ ModelTypeSet GetInitialSyncDoneNonBlockingTypes() const;
+
// Simple getters.
UpdateHandlerMap* update_handler_map();
CommitContributorMap* commit_contributor_map();
« no previous file with comments | « no previous file | components/sync/engine_impl/model_type_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698