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

Unified Diff: components/autofill/core/browser/autofill_external_delegate.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
« no previous file with comments | « no previous file | components/autofill/core/browser/autofill_external_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/autofill_external_delegate.h
diff --git a/components/autofill/core/browser/autofill_external_delegate.h b/components/autofill/core/browser/autofill_external_delegate.h
index ed745e0a78b2a31877e383f2c87e400ccbe7c484..f90daf6bd7b2a8f3e08886fe9bdd0260e1b7efb6 100644
--- a/components/autofill/core/browser/autofill_external_delegate.h
+++ b/components/autofill/core/browser/autofill_external_delegate.h
@@ -153,14 +153,17 @@ class AutofillExternalDelegate : public AutofillPopupDelegate {
// currently editing? Used to keep track of state for metrics logging.
bool has_shown_popup_for_current_edit_;
- // The current data list values.
- std::vector<base::string16> data_list_values_;
- std::vector<base::string16> data_list_labels_;
+ // FIXME
Justin Donnelly 2015/11/16 20:23:28 Just noticed this. I assume you meant to add a com
Evan Stade 2015/11/16 20:43:53 oops. Yes, that was the intent.
+ bool should_show_scan_credit_card_;
// Whether the access Address Book prompt has ever been shown for the current
// |query_form_|. This variable is only used on OSX.
bool has_shown_address_book_prompt;
+ // The current data list values.
+ std::vector<base::string16> data_list_values_;
+ std::vector<base::string16> data_list_labels_;
+
base::WeakPtrFactory<AutofillExternalDelegate> weak_ptr_factory_;
DISALLOW_COPY_AND_ASSIGN(AutofillExternalDelegate);
« no previous file with comments | « no previous file | components/autofill/core/browser/autofill_external_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698