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

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

Issue 2672243002: Convert ContentAutofillDriverFactory to use the new navigation callbacks. (Closed)
Patch Set: review comment 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
« no previous file with comments | « no previous file | components/autofill/content/browser/content_autofill_driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..42237375f247d4aee0300ced580fce288effc928 100644
--- a/components/autofill/content/browser/content_autofill_driver.h
+++ b/components/autofill/content/browser/content_autofill_driver.h
@@ -17,9 +17,8 @@
#include "mojo/public/cpp/bindings/binding.h"
namespace content {
+class NavigationHandle;
class RenderFrameHost;
-struct FrameNavigateParams;
-struct LoadCommittedDetails;
}
namespace autofill {
@@ -92,8 +91,7 @@ class ContentAutofillDriver : public AutofillDriver,
const std::vector<base::string16>& labels) override;
// Called when the frame has navigated.
- void DidNavigateFrame(const content::LoadCommittedDetails& details,
- const content::FrameNavigateParams& params);
+ 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).
« no previous file with comments | « no previous file | components/autofill/content/browser/content_autofill_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698