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

Unified Diff: chrome/browser/sync/glue/model_association_manager.cc

Issue 11445002: Sync user's custom spellcheck dictionary (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years 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: chrome/browser/sync/glue/model_association_manager.cc
diff --git a/chrome/browser/sync/glue/model_association_manager.cc b/chrome/browser/sync/glue/model_association_manager.cc
index 6e63f61ac6933e32f5aca690bd8d5ed9fd6def33..f6e25165019b119833bb4bfe1c834afcc6ac7185 100644
--- a/chrome/browser/sync/glue/model_association_manager.cc
+++ b/chrome/browser/sync/glue/model_association_manager.cc
@@ -43,6 +43,7 @@ static const syncer::ModelType kStartOrder[] = {
syncer::TYPED_URLS,
syncer::PASSWORDS,
syncer::HISTORY_DELETE_DIRECTIVES,
+ syncer::DICTIONARY,
};
COMPILE_ASSERT(arraysize(kStartOrder) ==

Powered by Google App Engine
This is Rietveld 408576698