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

Unified Diff: components/autofill/core/common/autofill_constants.cc

Issue 1411363003: [Autofill] Always show available data when encountering autocomplete attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed bug Created 5 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 | « components/autofill/core/common/autofill_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/common/autofill_constants.cc
diff --git a/components/autofill/core/common/autofill_constants.cc b/components/autofill/core/common/autofill_constants.cc
index 875d00ecb24ee663f2aa5262008944946f45f61d..eeefcdbedba2c889e65599fd2fc30b3492e37a87 100644
--- a/components/autofill/core/common/autofill_constants.cc
+++ b/components/autofill/core/common/autofill_constants.cc
@@ -15,6 +15,4 @@ const char kHelpURL[] =
"https://support.google.com/chrome/?p=settings_autofill";
#endif
-const size_t kRequiredAutofillFields = 3;
-
} // namespace autofill
« no previous file with comments | « components/autofill/core/common/autofill_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698