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

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

Issue 10559104: sync: Process 'control' data separately (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update patch. Still draft quality. Created 8 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
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 1a6c371fd0ff5cc5dc1afa1293e9f69657d7ea4e..3a6cf66c45c241b65ca5ccc4cc6cd84ecc76f47c 100644
--- a/sync/internal_api/public/engine/model_safe_worker.h
+++ b/sync/internal_api/public/engine/model_safe_worker.h
@@ -35,6 +35,8 @@ 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_INTERNAL, // Models that require special handling on the sync
Nicolas Zea 2012/06/21 02:58:36 It's not clear to me why this is different (or nee
rlarocque 2012/06/21 18:23:27 I added this so I could exclude these types from r
+ // thread. These types have no associated model.
MODEL_SAFE_GROUP_COUNT,
};

Powered by Google App Engine
This is Rietveld 408576698