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

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

Issue 873403004: Autofill - show expiration date in CVC prompt when card is expired. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 fd177d60b83a7979e43a8f415b12f06b837d782c..d9b953fbfb55dee4ebc15b1783cd94b6cb1ca745 100644
--- a/components/autofill/core/browser/autofill_manager.h
+++ b/components/autofill/core/browser/autofill_manager.h
@@ -226,7 +226,9 @@ class AutofillManager : public AutofillDownloadManager::Observer,
void OnLoadedServerPredictions(const std::string& response_xml) override;
// CardUnmaskDelegate:
- void OnUnmaskResponse(const base::string16& cvc) override;
+ void OnUnmaskResponse(const base::string16& cvc,
+ const base::string16& exp_month,
+ const base::string16& exp_year) override;
void OnUnmaskPromptClosed() override;
// wallet::RealPanWalletClient::Delegate:

Powered by Google App Engine
This is Rietveld 408576698