Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8304)

Unified Diff: chrome/browser/sync/glue/synchronized_preferences.h

Issue 3040037: Don't sync prefs::kAutoFillAuxiliaryProfilesEnabled on non-mac (Closed)
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/synchronized_preferences.h
diff --git a/chrome/browser/sync/glue/synchronized_preferences.h b/chrome/browser/sync/glue/synchronized_preferences.h
index 70ae878df6883c0bfe3096d505f1a3f21c1e5523..263d47197effd5f5497940934db6ae8743e0a709 100644
--- a/chrome/browser/sync/glue/synchronized_preferences.h
+++ b/chrome/browser/sync/glue/synchronized_preferences.h
@@ -95,7 +95,9 @@ static const wchar_t* kSynchronizedPreferences[] = {
prefs::kWebKitUsesUniversalDetector,
// Autofill dialog.
+#if defined(OS_MACOSX)
prefs::kAutoFillAuxiliaryProfilesEnabled,
+#endif
// Translate preferences.
TranslatePrefs::kPrefTranslateLanguageBlacklist,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698