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

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

Issue 785953004: Add histogram for "scan credit card" usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years 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/browser/autofill_manager.h
diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h
index 44ddc3abcd8657db2a1843b3639c4e9361df9ba8..33a41b1ffa7f7796c2d57e073dba17937750a126 100644
--- a/components/autofill/core/browser/autofill_manager.h
+++ b/components/autofill/core/browser/autofill_manager.h
@@ -100,8 +100,8 @@ class AutofillManager : public AutofillDownloadManager::Observer {
#endif // defined(OS_MACOSX) && !defined(OS_IOS)
// Whether the |field| should show an entry to scan a credit card.
- bool ShouldShowScanCreditCard(const FormData& form,
- const FormFieldData& field);
+ virtual bool ShouldShowScanCreditCard(const FormData& form,
+ const FormFieldData& field);
// Called from our external delegate so they cannot be private.
virtual void FillOrPreviewForm(AutofillDriver::RendererFormDataAction action,

Powered by Google App Engine
This is Rietveld 408576698