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

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

Issue 11445002: Sync user's custom spellcheck dictionary (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add server-side size limit 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 c0ac0ed506b35794e1f13af2b016b08dab1184f6..04f82241087130731ecafbcda0ce497901e6db6a 100644
--- a/sync/internal_api/public/base/model_type.h
+++ b/sync/internal_api/public/base/model_type.h
@@ -85,7 +85,9 @@ enum ModelType {
HISTORY_DELETE_DIRECTIVES,
// Synced push notifications.
SYNCED_NOTIFICATIONS,
- LAST_USER_MODEL_TYPE = SYNCED_NOTIFICATIONS,
+ // Custom spelling dictionary.
+ DICTIONARY,
+ LAST_USER_MODEL_TYPE = DICTIONARY,
// An object representing a set of Nigori keys.
NIGORI,

Powered by Google App Engine
This is Rietveld 408576698