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

Unified Diff: components/autofill/core/browser/autofill_manager.h

Issue 2839063004: [Autofill] UKM for suggestions polled field. (Closed)
Patch Set: Change to suggestionShown Created 3 years, 7 months 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 | « no previous file | components/autofill/core/browser/autofill_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/autofill_manager.h
diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h
index a0d7514073a9612eb6f82f1b25cfc1e5a75d9fec..f36ba6963e01336a0cd2d0c1a86043097b7281fd 100644
--- a/components/autofill/core/browser/autofill_manager.h
+++ b/components/autofill/core/browser/autofill_manager.h
@@ -411,7 +411,7 @@ class AutofillManager : public AutofillDownloadManager::Observer,
const FormFieldData& field,
const AutofillField& autofill_field) const;
- // Returns a list of values from the stored credit cards that match |type| and
+ // Returns a list of values from the stored credit cards that match field type
// the value of |field| and returns the labels of the matching credit cards.
Jared Saul 2017/05/24 18:06:35 nit: "match field type the value of |field|" reads
jiahuiguo 2017/05/24 21:27:33 Acknowledged. I just reverted this change, thanks
std::vector<Suggestion> GetCreditCardSuggestions(
const FormFieldData& field,
« no previous file with comments | « no previous file | components/autofill/core/browser/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698