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

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

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.cc
diff --git a/sync/internal_api/public/engine/model_safe_worker.cc b/sync/internal_api/public/engine/model_safe_worker.cc
index d43389d58fb08b326b667048bc20e71e5bec14c4..ea99532abc626d0ae9ab14f9ca14ce05ab149e7b 100644
--- a/sync/internal_api/public/engine/model_safe_worker.cc
+++ b/sync/internal_api/public/engine/model_safe_worker.cc
@@ -63,6 +63,8 @@ std::string ModelSafeGroupToString(ModelSafeGroup group) {
return "GROUP_PASSIVE";
case GROUP_PASSWORD:
return "GROUP_PASSWORD";
+ case GROUP_NON_BLOCKING:
+ return "GROUP_NON_BLOCKING";
default:
NOTREACHED();
return "INVALID";

Powered by Google App Engine
This is Rietveld 408576698