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

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

Issue 910043002: Add checkbox to card unmasking prompt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix dbg compile Created 5 years, 10 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
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 77a7823e1291fc257c5cdd22645d98e1b3c520d6..6cd5169106ace95ce565509c76a0a9fd97fa1678 100644
--- a/components/autofill/core/browser/autofill_manager.h
+++ b/components/autofill/core/browser/autofill_manager.h
@@ -371,8 +371,8 @@ class AutofillManager : public AutofillDownloadManager::Observer,
// A copy of the credit card that's currently being unmasked, and data about
// the form.
CreditCard unmasking_card_;
- // CVC is not part of CreditCard, so store it separately.
- base::string16 unmasking_cvc_;
+ // A copy of the latest card unmasking response.
+ UnmaskResponse unmask_response_;
int unmasking_query_id_;
FormData unmasking_form_;
FormFieldData unmasking_field_;
« no previous file with comments | « chrome/browser/ui/views/autofill/card_unmask_prompt_views.cc ('k') | components/autofill/core/browser/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698