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

Unified Diff: components/autofill/content/browser/content_autofill_driver.h

Issue 2603623002: AutofillDriverFactory manages information about user gestures (Closed)
Patch Set: Fix typo Created 3 years, 10 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/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_;
}
« no previous file with comments | « chrome/browser/ui/autofill/chrome_autofill_client.cc ('k') | components/autofill/core/browser/autofill_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698