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

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

Issue 896583003: Add risk data to getrealpan request. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes for android 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 eb61b562572f09f7129c5509980275dbd8a3b63c..3a187d6f3afd6a4e82e5538115fc0ab638e0706a 100644
--- a/components/autofill/core/browser/autofill_manager.h
+++ b/components/autofill/core/browser/autofill_manager.h
@@ -229,9 +229,7 @@ class AutofillManager : public AutofillDownloadManager::Observer,
void OnLoadedServerPredictions(const std::string& response_xml) override;
// CardUnmaskDelegate:
- void OnUnmaskResponse(const base::string16& cvc,
- const base::string16& exp_month,
- const base::string16& exp_year) override;
+ void OnUnmaskResponse(const UnmaskResponse& response) override;
void OnUnmaskPromptClosed() override;
// wallet::RealPanWalletClient::Delegate:

Powered by Google App Engine
This is Rietveld 408576698