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

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

Issue 2254353002: Prompt for CVC in credit card assist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better callback names Created 4 years, 4 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 aacd40e1f4b4952cd0d5542732f64cb755b6ef3d..c93d0247631e9cea6c106daf674ba1abb608ab41 100644
--- a/components/autofill/core/browser/autofill_manager.h
+++ b/components/autofill/core/browser/autofill_manager.h
@@ -287,9 +287,9 @@ class AutofillManager : public AutofillDownloadManager::Observer,
void OnDidUploadCard(AutofillClient::PaymentsRpcResult result) override;
// FullCardRequest::Delegate:
- void OnFullCardDetails(const CreditCard& card,
- const base::string16& cvc) override;
- void OnFullCardError() override;
+ void OnFullCardRequestSucceeded(const CreditCard& card,
+ const base::string16& cvc) override;
+ void OnFullCardRequestFailed() override;
// Sets |user_did_accept_upload_prompt_| and calls UploadCard if the risk data
// is available.
« no previous file with comments | « components/autofill/core/browser/autofill_assistant_unittest.cc ('k') | components/autofill/core/browser/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698