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

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

Issue 2606473003: Use AutofillDriver* in ContentAutofillDriverFactory when possible (Closed)
Patch Set: Fix Android compilation Created 4 years 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 2fd226efc69b10412e93c972bb70738ce0b500eb..a910083c659898e955243e2a2a857f917eb44684 100644
--- a/components/autofill/content/browser/content_autofill_driver.h
+++ b/components/autofill/content/browser/content_autofill_driver.h
@@ -18,8 +18,6 @@
namespace content {
class RenderFrameHost;
-struct FrameNavigateParams;
-struct LoadCommittedDetails;
}
namespace autofill {
@@ -68,6 +66,7 @@ class ContentAutofillDriver : public AutofillDriver,
gfx::RectF TransformBoundingBoxToViewportCoordinates(
const gfx::RectF& bounding_box) override;
void DidInteractWithCreditCardForm() override;
+ void NavigatedToDifferentPage() override;
// mojom::AutofillDriver:
void FirstUserGestureObserved() override;
@@ -91,10 +90,6 @@ class ContentAutofillDriver : public AutofillDriver,
void SetDataList(const std::vector<base::string16>& values,
const std::vector<base::string16>& labels) override;
- // Called when the frame has navigated.
- void DidNavigateFrame(const content::LoadCommittedDetails& details,
- const content::FrameNavigateParams& params);
-
// Tells the render frame that a user gesture was observed
// somewhere in the tab (including in a different frame).
void NotifyFirstUserGestureObservedInTab();
« no previous file with comments | « components/autofill/content/browser/BUILD.gn ('k') | components/autofill/content/browser/content_autofill_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698