Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 2ed8cea8753b295075eb59c6d2a4eefdef5e230b..aab06674046e1eb83e6ac9435b45fcacc82b2a83 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -310,6 +310,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"; |