Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1029)

Unified Diff: chrome/common/chrome_switches.cc

Issue 11264053: Added switch to guard all autofill new elements work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698