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..e14c1ebace83c638c84521944a22eae14e20c07b 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -494,6 +494,10 @@ const char kEasyOffStoreExtensionInstall[] = "easy-off-store-extension-install"; |
| const char kEnableExperimentalExtensionApis[] = |
| "enable-experimental-extension-apis"; |
| +// Enable autofill for new elements like checkboxes. crbug.com/157636 |
|
Nico
2012/11/02 16:42:11
Code looks fine, but the tracking bug has several
|
| +const char kEnableExperimentalFormFilling[] = |
| + "enable-experimental-form-filling"; |
| + |
| // Enables logging for extension activity. |
| const char kEnableExtensionActivityLogging[] = |
| "enable-extension-activity-logging"; |