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

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: Addressed comments 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
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..fa1ab454fd1f7e52bd42e634d25d524b982e73a0 100644
--- a/components/autofill/core/common/autofill_constants.cc
+++ b/components/autofill/core/common/autofill_constants.cc
@@ -15,6 +15,7 @@ const char kHelpURL[] =
"https://support.google.com/chrome/?p=settings_autofill";
#endif
-const size_t kRequiredAutofillFields = 3;
+const size_t kRequiredFieldsForPredictionRoutines = 3;
+const size_t kRequiredFieldsForUpload = 3;
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698