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

Unified Diff: sync/internal_api/public/base/model_type.h

Issue 11734009: sync: Add ControlPreference protobuf and supporting code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix integration tests Created 7 years, 12 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/base/model_type.h
diff --git a/sync/internal_api/public/base/model_type.h b/sync/internal_api/public/base/model_type.h
index f24e61dd9a3b7be04182ccdc8723a5b8c31798c5..773bbc0cc4fe11973fd94afe68b8f6d0d60e2e3c 100644
--- a/sync/internal_api/public/base/model_type.h
+++ b/sync/internal_api/public/base/model_type.h
@@ -92,7 +92,9 @@ enum ModelType {
DEVICE_INFO,
// Flags to enable experimental features.
EXPERIMENTS,
- LAST_CONTROL_MODEL_TYPE = EXPERIMENTS,
+ // Never-encrypted control preferences.
rlarocque 2013/01/03 22:40:44 Could we rephrase this to make it more clear how t
albertb 2013/01/07 19:00:01 Done.
+ CONTROL_PREFERENCES,
+ LAST_CONTROL_MODEL_TYPE = CONTROL_PREFERENCES,
LAST_REAL_MODEL_TYPE = LAST_CONTROL_MODEL_TYPE,

Powered by Google App Engine
This is Rietveld 408576698