Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index c01fce96a87d3db153b7e8594a2e41a7e2e526a9..19cd047007251c189bb40be991af7610d7ba127b 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -454,6 +454,9 @@ const char kEnableAsyncDns[] = "enable-async-dns"; |
| // HttpAuthHandlerNegotiate::CreateSPN for more background. |
| const char kEnableAuthNegotiatePort[] = "enable-auth-negotiate-port"; |
| +// Enable autofill for new elements like checkboxes. crbug.com/157636 |
| +const char kEnableAutofillNewElements[] = "enable-autofill-new-elements"; |
|
Albert Bodenhamer
2012/10/28 17:25:36
Switch name should be named differently as well.
|
| + |
| // Enables the pre- and auto-login features. When a user signs in to sync, the |
| // browser's cookie jar is pre-filled with GAIA cookies. When the user visits a |
| // GAIA login page, an info bar can help the user login. |