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

Unified Diff: components/autofill/ios/browser/autofill_driver_ios.h

Issue 2422363002: Trigger HTTP-bad warning when querying credit card autofill (Closed)
Patch Set: add missing blank line Created 4 years, 2 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/ios/browser/autofill_driver_ios.h
diff --git a/components/autofill/ios/browser/autofill_driver_ios.h b/components/autofill/ios/browser/autofill_driver_ios.h
index e89c9e64b7127c24d5f0813021fc68730d27499e..2da12651251cdb54b43ad6ab3f75a98a4d6b036e 100644
--- a/components/autofill/ios/browser/autofill_driver_ios.h
+++ b/components/autofill/ios/browser/autofill_driver_ios.h
@@ -51,6 +51,7 @@ class AutofillDriverIOS : public AutofillDriver,
void RendererShouldAcceptDataListSuggestion(
const base::string16& value) override;
base::SequencedWorkerPool* GetBlockingPool() override;
+ void DidInteractWithCreditCardForm() override;
AutofillManager* autofill_manager() { return &autofill_manager_; }
« no previous file with comments | « components/autofill/core/browser/test_autofill_driver.cc ('k') | components/autofill/ios/browser/autofill_driver_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698