Chromium Code Reviews

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 browser tests for dictionary change notifications in settings Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 23ca2d8fde79d24c83d95312b7442c8edd2706d7..e81e2c6f56d66d9052d2e8126d79ffbc432e33f0 100644
--- a/sync/internal_api/public/base/model_type.h
+++ b/sync/internal_api/public/base/model_type.h
@@ -83,7 +83,9 @@ enum ModelType {
APP_NOTIFICATIONS,
// History delete directives.
HISTORY_DELETE_DIRECTIVES,
- LAST_USER_MODEL_TYPE = HISTORY_DELETE_DIRECTIVES,
+ // Custom spelling dictionary.
+ DICTIONARY,
+ LAST_USER_MODEL_TYPE = DICTIONARY,
// An object representing a set of Nigori keys.
NIGORI,

Powered by Google App Engine