| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 745ce0c4a4ca5b5e83481930eee4a867345707f7..1915f4c3adf850b65e3351a90a0ca9e980d1d386 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";
|
|
|
|
|