summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue/synchronized_preferences.h
diff options
context:
space:
mode:
authoryusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-08 02:13:54 +0000
committeryusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-08 02:13:54 +0000
commit8be9ff2f63bd4f97c23eb88e757da07543333e64 (patch)
treebea3f86f8cf18e61b32da6265c2a29dcf00e6a2b /chrome/browser/sync/glue/synchronized_preferences.h
parent32bf3c4f2ab152883dfa86ca3597f557af84d289 (diff)
downloadchromium_src-8be9ff2f63bd4f97c23eb88e757da07543333e64.zip
chromium_src-8be9ff2f63bd4f97c23eb88e757da07543333e64.tar.gz
chromium_src-8be9ff2f63bd4f97c23eb88e757da07543333e64.tar.bz2
Remember the current and previous input method IDs as Chrome prefs, and restore them on startup.
BUG=chromium-os:3771 BUG=chromium-os:3378 TEST=manual Review URL: http://codereview.chromium.org/2690005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49138 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/glue/synchronized_preferences.h')
-rw-r--r--chrome/browser/sync/glue/synchronized_preferences.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/sync/glue/synchronized_preferences.h b/chrome/browser/sync/glue/synchronized_preferences.h
index 1870813..3ec3946 100644
--- a/chrome/browser/sync/glue/synchronized_preferences.h
+++ b/chrome/browser/sync/glue/synchronized_preferences.h
@@ -132,6 +132,8 @@ static const wchar_t* kSynchronizedPreferences[] = {
// prefs::kLanguageHotkeyPreviousEngine,
// prefs::kLanguagePinyinDoublePinyinSchema,
// prefs::kLanguagePinyinLookupTablePageSize,
+ //
+ // We don't sync prefs::kLanguageCurrentInputMethod and PreviousInputMethod.
#endif
};