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

Unified Diff: android_webview/native/aw_autofill_client.h

Issue 780423002: Don't deref stale AutofillMetrics pointer in AutofillCCInfoBarDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: static-ify 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
« no previous file with comments | « no previous file | android_webview/native/aw_autofill_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..96a86e1c9df3b0f5756271231078e100dcf4af83 100644
--- a/android_webview/native/aw_autofill_client.h
+++ b/android_webview/native/aw_autofill_client.h
@@ -62,7 +62,6 @@ class AwAutofillClient : public autofill::AutofillClient,
virtual void HideRequestAutocompleteDialog() override;
virtual void ShowAutofillSettings() override;
virtual void ConfirmSaveCreditCard(
- const autofill::AutofillMetrics& metric_logger,
const base::Closure& save_card_callback) override;
virtual bool HasCreditCardScanFeature() override;
virtual void ScanCreditCard(const CreditCardScanCallback& callback) override;
« no previous file with comments | « no previous file | android_webview/native/aw_autofill_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698