| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 7ffea8b5c6222098e68719277d0777babbc4cb73..dceb5b6f4f25ba0fbbb048af02c01d7581e2ae72 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";
|
|
|
|
|