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