diff options
Diffstat (limited to 'chrome/browser/sync/glue/synchronized_preferences.h')
-rw-r--r-- | chrome/browser/sync/glue/synchronized_preferences.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/sync/glue/synchronized_preferences.h b/chrome/browser/sync/glue/synchronized_preferences.h index 6b4a9086..0ecb3a6 100644 --- a/chrome/browser/sync/glue/synchronized_preferences.h +++ b/chrome/browser/sync/glue/synchronized_preferences.h @@ -61,7 +61,11 @@ static const wchar_t* kSynchronizedPreferences[] = { // Options dialog: Under the hood -> Change font and language settings. // Serif, San Serif, Fixed font settings not synced. prefs::kDefaultCharset, + // There is no dialog to modify the kAcceptLanguages list on OSX, so + // don't sync it. +#if !defined(OS_MACOSX) prefs::kAcceptLanguages, +#endif prefs::kEnableSpellCheck, // Spell checker language not synced. prefs::kApplicationLocale, |