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

Unified Diff: components/sync/base/model_type.h

Issue 2916133002: [Sync] Support commit only types. (Closed)
Patch Set: Updates for pnoland. Created 3 years, 7 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: components/sync/base/model_type.h
diff --git a/components/sync/base/model_type.h b/components/sync/base/model_type.h
index eb8365323f7beb9a8e4f57afde54870ea2e6b010..1f88f1275e9b1ebbbbe149ce0a879adfa126b647 100644
--- a/components/sync/base/model_type.h
+++ b/components/sync/base/model_type.h
@@ -245,6 +245,9 @@ ModelTypeSet CoreTypes();
// Those core types that have high priority (includes ControlTypes()).
ModelTypeSet PriorityCoreTypes();
+// Types that may commit data, but should never be included in a GetUpdates.
+ModelTypeSet CommitOnlyTypes();
+
// Determine a model type from the field number of its associated
// EntitySpecifics field. Returns UNSPECIFIED if the field number is
// not recognized.
« no previous file with comments | « no previous file | components/sync/driver/data_type_manager_impl.cc » ('j') | components/sync/engine_impl/syncer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698