| Index: components/autofill/core/browser/autofill_driver.h
|
| diff --git a/components/autofill/core/browser/autofill_driver.h b/components/autofill/core/browser/autofill_driver.h
|
| index cbead5723776025071ac6f80d0e5065a6a897461..a702eb26a035ad4690f4cd9fdccec7cec208f42c 100644
|
| --- a/components/autofill/core/browser/autofill_driver.h
|
| +++ b/components/autofill/core/browser/autofill_driver.h
|
| @@ -99,6 +99,10 @@ class AutofillDriver {
|
| // renderers cannot do this transformation themselves.
|
| virtual gfx::RectF TransformBoundingBoxToViewportCoordinates(
|
| const gfx::RectF& bounding_box) = 0;
|
| +
|
| + // Called when the user interacted with a credit card form, so that
|
| + // the current page's security state can be updated appropriately.
|
| + virtual void DidInteractWithCreditCardForm() = 0;
|
| };
|
|
|
| } // namespace autofill
|
|
|