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

Unified Diff: sync/internal_api/public/engine/model_safe_worker.h

Issue 1848793006: [Sync] Register USS types with ModelTypeRegistry before download (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: sync/internal_api/public/engine/model_safe_worker.h
diff --git a/sync/internal_api/public/engine/model_safe_worker.h b/sync/internal_api/public/engine/model_safe_worker.h
index ee4e9a61ca92aea26b6b3a150373d14919b67a29..10ca1dfabc56f988e03aab3a9c08fe68e65c61c9 100644
--- a/sync/internal_api/public/engine/model_safe_worker.h
+++ b/sync/internal_api/public/engine/model_safe_worker.h
@@ -42,6 +42,7 @@ enum ModelSafeGroup {
GROUP_PASSWORD, // Models that live on the password thread and are
// being synced. On windows and linux, this runs on the
// DB thread.
+ GROUP_NON_BLOCKING, // Models that correspond to non-blocking types.
skym 2016/04/01 21:58:21 So as we migrate to USS, we'll be slowly switching
pavely 2016/04/04 17:57:16 Yes. As we switch data type controllers to be deri
MODEL_SAFE_GROUP_COUNT,
skym 2016/04/01 21:58:22 Doesn't look like this value is ever used.
pavely 2016/04/04 17:57:16 Done.
};

Powered by Google App Engine
This is Rietveld 408576698