summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/glue')
-rw-r--r--chrome/browser/sync/glue/synchronized_preferences.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/chrome/browser/sync/glue/synchronized_preferences.h b/chrome/browser/sync/glue/synchronized_preferences.h
index 8c69fc3..380cf81 100644
--- a/chrome/browser/sync/glue/synchronized_preferences.h
+++ b/chrome/browser/sync/glue/synchronized_preferences.h
@@ -173,12 +173,15 @@ static const char* kSynchronizedPreferences[] = {
// We don't sync prefs::kLanguageCurrentInputMethod and PreviousInputMethod.
// Keyboard prefs
- prefs::kLanguageXkbAutoRepeatDelay,
- prefs::kLanguageXkbAutoRepeatEnabled,
- prefs::kLanguageXkbAutoRepeatInterval,
prefs::kLanguageXkbRemapAltKeyTo,
prefs::kLanguageXkbRemapControlKeyTo,
prefs::kLanguageXkbRemapSearchKeyTo,
+
+ // We don't sync the following keyboard prefs since they are not user-
+ // configurable:
+ // prefs::kLanguageXkbAutoRepeatDelay,
+ // prefs::kLanguageXkbAutoRepeatEnabled,
+ // prefs::kLanguageXkbAutoRepeatInterval,
#endif
};