| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 1c9b9d73769e527b554cee29d5e887995b034f5f..91c8fdb9f8bbb7761a56a407ff81b37fa43d99cc 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -302,6 +302,9 @@ const char kDisableSyncPreferences[] = "disable-sync-preferences";
|
| // Disable syncing of themes.
|
| const char kDisableSyncThemes[] = "disable-sync-themes";
|
|
|
| +// Enable the new autofill type.
|
| +const char kEnableNewAutofillDataType[] = "enable-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.
|
|
|