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

Unified Diff: components/autofill/core/browser/test_autofill_client.cc

Issue 756333003: Prompt for unmasking Wallet credit card on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile post-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
Index: components/autofill/core/browser/test_autofill_client.cc
diff --git a/components/autofill/core/browser/test_autofill_client.cc b/components/autofill/core/browser/test_autofill_client.cc
index dec427b726d68dd1cbe6fb288f1ce542f91dc347..3ad10a8c2a5f87b05b4de6c60ca8396019f9a59e 100644
--- a/components/autofill/core/browser/test_autofill_client.cc
+++ b/components/autofill/core/browser/test_autofill_client.cc
@@ -31,6 +31,9 @@ void TestAutofillClient::HideRequestAutocompleteDialog() {
void TestAutofillClient::ShowAutofillSettings() {
}
+void TestAutofillClient::ShowUnmaskPrompt() {
+}
+
void TestAutofillClient::ConfirmSaveCreditCard(
const base::Closure& save_card_callback) {
}
« no previous file with comments | « components/autofill/core/browser/test_autofill_client.h ('k') | components/autofill/core/common/autofill_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698