diff options
author | lipalani@chromium.org <lipalani@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-16 07:15:53 +0000 |
---|---|---|
committer | lipalani@chromium.org <lipalani@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-16 07:15:53 +0000 |
commit | a0bc3146a8657b2d47d4d883ac16946b0489a8d0 (patch) | |
tree | b4c926fbffd5f12130ec82e7e2d2e50760e286d0 /chrome/common/chrome_switches.cc | |
parent | 351e326d2e335db14f44edfc7bc69aa37133dd92 (diff) | |
download | chromium_src-a0bc3146a8657b2d47d4d883ac16946b0489a8d0.zip chromium_src-a0bc3146a8657b2d47d4d883ac16946b0489a8d0.tar.gz chromium_src-a0bc3146a8657b2d47d4d883ac16946b0489a8d0.tar.bz2 |
Rest of the autofill work.
Includes
1. change processor.
2. Migrating code.
3. new datatype registration/enabling/disabling from the UI. (It is keyed off of autofill datatype).
Review URL: http://codereview.chromium.org/5159001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69382 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 7ffea8b..dceb5b6 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"; |