summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorlipalani@chromium.org <lipalani@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-24 00:52:25 +0000
committerlipalani@chromium.org <lipalani@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-24 00:52:25 +0000
commit54c833622553a4feff635400279619f339dad3dd (patch)
treef2bc0c5b6b8469d581da9927ba63d875fec27516 /chrome/common/chrome_switches.cc
parent1c06528e287df18771a2e2da1d1fce6258316a1b (diff)
downloadchromium_src-54c833622553a4feff635400279619f339dad3dd.zip
chromium_src-54c833622553a4feff635400279619f339dad3dd.tar.gz
chromium_src-54c833622553a4feff635400279619f339dad3dd.tar.bz2
Autofill work:
1. Added a command line swithc to facilitate incremental checking in of autofill code. 2. Autofill profile model associator. 3. Part of the upgrade code.(The part to take the latest changes from server on the legacy type) Review URL: http://codereview.chromium.org/5126001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67189 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 8e99e8e..7a75a0c 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -322,6 +322,10 @@ const char kDisableSyncPreferences[] = "disable-sync-preferences";
// Disable syncing of themes.
const char kDisableSyncThemes[] = "disable-sync-themes";
+// Enable the new autofill type.
+const char kEnableSyncNewAutofill[] =
+ "enable-sync-new-autofill-data-type";
+
// TabCloseableStateWatcher disallows closing of tabs and browsers under certain
// situations on ChromeOS. Some tests expect tabs or browsers to close, so we
// need a switch to disable the watcher.