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

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

Issue 2916133002: [Sync] Support commit only types. (Closed)
Patch Set: Rebase again. Created 3 years, 6 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
« no previous file with comments | « no previous file | components/sync/driver/data_type_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/model_type.h
diff --git a/components/sync/base/model_type.h b/components/sync/base/model_type.h
index 1d84ceda90400bc1d740c8949501b3a3c45a9ba7..d091d1b4fa3c375518380e605368303c8f902df7 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698