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

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

Issue 1806593002: Autofill & passwords: Replace NavigationEntryCommitted with DidFinishNavigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment addressed Created 4 years, 9 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_factory.h
diff --git a/components/autofill/content/browser/content_autofill_driver_factory.h b/components/autofill/content/browser/content_autofill_driver_factory.h
index 12d36d653a276928d9a777afe4718988909ff782..1103b195f5c7d4d712c23fb35be337353c06bbe8 100644
--- a/components/autofill/content/browser/content_autofill_driver_factory.h
+++ b/components/autofill/content/browser/content_autofill_driver_factory.h
@@ -54,8 +54,8 @@ class ContentAutofillDriverFactory : public content::WebContentsObserver,
content::RenderFrameHost* render_frame_host,
const content::LoadCommittedDetails& details,
const content::FrameNavigateParams& params) override;
- void NavigationEntryCommitted(
- const content::LoadCommittedDetails& load_details) override;
+ void DidFinishNavigation(
+ content::NavigationHandle* navigation_handle) override;
void WasHidden() override;
static const char kContentAutofillDriverFactoryWebContentsUserDataKey[];

Powered by Google App Engine
This is Rietveld 408576698