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

Unified Diff: android_webview/native/aw_autofill_client.h

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 and docs 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: android_webview/native/aw_autofill_client.h
diff --git a/android_webview/native/aw_autofill_client.h b/android_webview/native/aw_autofill_client.h
index c328d56caac401a9393735865f461237c7968fc1..8a6c67287eb1a28c4f48229659bf93feca3ca851 100644
--- a/android_webview/native/aw_autofill_client.h
+++ b/android_webview/native/aw_autofill_client.h
@@ -61,6 +61,7 @@ class AwAutofillClient : public autofill::AutofillClient,
virtual PrefService* GetPrefs() override;
virtual void HideRequestAutocompleteDialog() override;
virtual void ShowAutofillSettings() override;
+ virtual void ShowUnmaskPrompt() override;
virtual void ConfirmSaveCreditCard(
const autofill::AutofillMetrics& metric_logger,
const base::Closure& save_card_callback) override;
« no previous file with comments | « no previous file | android_webview/native/aw_autofill_client.cc » ('j') | chrome/browser/android/chrome_jni_registrar.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698