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

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

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/core/browser/test_autofill_driver.cc
diff --git a/components/autofill/core/browser/test_autofill_driver.cc b/components/autofill/core/browser/test_autofill_driver.cc
index 906b55e11faae05011aff0bf175d6632552acfd6..be3bc7b3fecbb8d0e73cc00dedf31222017b7e8e 100644
--- a/components/autofill/core/browser/test_autofill_driver.cc
+++ b/components/autofill/core/browser/test_autofill_driver.cc
@@ -77,4 +77,6 @@ gfx::RectF TestAutofillDriver::TransformBoundingBoxToViewportCoordinates(
return bounding_box;
}
+void TestAutofillDriver::DidInteractWithCreditCardForm() {}
+
} // namespace autofill
« no previous file with comments | « components/autofill/core/browser/test_autofill_driver.h ('k') | components/autofill/ios/browser/autofill_driver_ios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698