Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 22acc46815516a657a91d1f0b5ec4d3b97d13067..e06c0a17e96cfb519fe3abdf4c5932df7427ef7e 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -318,6 +318,9 @@ const char kDisableSyncApps[] = "disable-sync-apps"; |
// Disable syncing of autofill. |
const char kDisableSyncAutofill[] = "disable-sync-autofill"; |
+// Disable syncing of autofill Profile. |
+const char kDisableSyncAutofillProfile[] = "disable-sync-autofill-profile"; |
+ |
// Disable syncing of bookmarks. |
const char kDisableSyncBookmarks[] = "disable-sync-bookmarks"; |