From bd5bf9243fa692f4372e094fb89c6183a7390592 Mon Sep 17 00:00:00 2001 From: "rouslan@chromium.org" Date: Wed, 23 Jan 2013 00:37:09 +0000 Subject: Sync user's custom spellcheck dictionary This CL is initial work for for syncing user dictionary across multiple computers. The sync is hidden behind --enable-sync-dictionary flag for now. Do not flip this flag unless your are connected to a sync server that supports dictionary sync. If you don't know whether your sync server supports dictionary sync, then most likely it does not. BUG=51636 Review URL: https://chromiumcodereview.appspot.com/11445002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178178 0039d316-1c4b-4281-b951-d872f2087c98 --- sync/util/data_type_histogram.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sync/util') diff --git a/sync/util/data_type_histogram.h b/sync/util/data_type_histogram.h index 7b69cf8..e72cebb 100644 --- a/sync/util/data_type_histogram.h +++ b/sync/util/data_type_histogram.h @@ -96,6 +96,9 @@ case ::syncer::PRIORITY_PREFERENCES :\ PER_DATA_TYPE_MACRO("PriorityPreferences"); \ break; \ + case ::syncer::DICTIONARY: \ + PER_DATA_TYPE_MACRO("Dictionary"); \ + break; \ default: \ NOTREACHED() << "Unknown datatype " \ << ::syncer::ModelTypeToString(datatype); \ -- cgit v1.1