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

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

Issue 10825137: FYI: Control Data + Per-Device Metadata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add PER_USER_METADATA, refactor some encryption code Created 8 years, 4 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 d67f4b6865ab497b81a10f0bf378a0f6eb5da1f5..0b94271a64b56756bac36e6432066117dc16d1a0 100644
--- a/sync/internal_api/public/engine/model_safe_worker.h
+++ b/sync/internal_api/public/engine/model_safe_worker.h
@@ -39,6 +39,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_CONTROL, // Models that require special handling on the sync
rlarocque 2012/08/11 01:31:52 Are we still OK with this name? Does anyone have
+ // thread. These types have no associated model.
MODEL_SAFE_GROUP_COUNT,
};

Powered by Google App Engine
This is Rietveld 408576698