| Index: components/autofill/content/browser/content_autofill_driver.h
|
| diff --git a/components/autofill/content/browser/content_autofill_driver.h b/components/autofill/content/browser/content_autofill_driver.h
|
| index 42237375f247d4aee0300ced580fce288effc928..0f6fb0840272be4583cfab51ebf829f634e92d25 100644
|
| --- a/components/autofill/content/browser/content_autofill_driver.h
|
| +++ b/components/autofill/content/browser/content_autofill_driver.h
|
| @@ -67,6 +67,7 @@ class ContentAutofillDriver : public AutofillDriver,
|
| gfx::RectF TransformBoundingBoxToViewportCoordinates(
|
| const gfx::RectF& bounding_box) override;
|
| void DidInteractWithCreditCardForm() override;
|
| + void NotifyFirstUserGestureObservedInTab() override;
|
|
|
| // mojom::AutofillDriver:
|
| void FirstUserGestureObserved() override;
|
| @@ -93,10 +94,6 @@ class ContentAutofillDriver : public AutofillDriver,
|
| // Called when the frame has navigated.
|
| void DidNavigateFrame(content::NavigationHandle* navigation_handle);
|
|
|
| - // Tells the render frame that a user gesture was observed
|
| - // somewhere in the tab (including in a different frame).
|
| - void NotifyFirstUserGestureObservedInTab();
|
| -
|
| AutofillExternalDelegate* autofill_external_delegate() {
|
| return &autofill_external_delegate_;
|
| }
|
|
|