| Index: chrome/browser/ui/webui/sync_setup_handler.cc
|
| diff --git a/chrome/browser/ui/webui/sync_setup_handler.cc b/chrome/browser/ui/webui/sync_setup_handler.cc
|
| index fe275f9895d07f0a983a12b7936bef60ebf59660..7a947cb26d89c63118a7b4acc4fe3697a32d6e36 100644
|
| --- a/chrome/browser/ui/webui/sync_setup_handler.cc
|
| +++ b/chrome/browser/ui/webui/sync_setup_handler.cc
|
| @@ -74,6 +74,7 @@ const char* kDataTypeNames[] = {
|
| "apps",
|
| "autofill",
|
| "bookmarks",
|
| + "dictionary",
|
| "extensions",
|
| "passwords",
|
| "preferences",
|
| @@ -86,6 +87,7 @@ const syncer::ModelType kDataTypes[] = {
|
| syncer::APPS,
|
| syncer::AUTOFILL,
|
| syncer::BOOKMARKS,
|
| + syncer::DICTIONARY,
|
| syncer::EXTENSIONS,
|
| syncer::PASSWORDS,
|
| syncer::PREFERENCES,
|
| @@ -337,6 +339,7 @@ void SyncSetupHandler::GetStaticLocalizedValues(
|
| { "typedURLs", IDS_SYNC_DATATYPE_TYPED_URLS },
|
| { "apps", IDS_SYNC_DATATYPE_APPS },
|
| { "openTabs", IDS_SYNC_DATATYPE_TABS },
|
| + { "dictionary", IDS_SYNC_DATATYPE_DICTIONARY },
|
| { "syncZeroDataTypesError", IDS_SYNC_ZERO_DATA_TYPES_ERROR },
|
| { "serviceUnavailableError", IDS_SYNC_SETUP_ABORTED_BY_PENDING_CLEAR },
|
| { "googleOption", IDS_SYNC_PASSPHRASE_OPT_GOOGLE },
|
|
|