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

Unified Diff: components/password_manager/content/browser/content_password_manager_driver.h

Issue 2680463002: Convert ContentPasswordManagerDriver to use the new navigation callbacks. (Closed)
Patch Set: 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/password_manager/content/browser/content_password_manager_driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/content/browser/content_password_manager_driver.h
diff --git a/components/password_manager/content/browser/content_password_manager_driver.h b/components/password_manager/content/browser/content_password_manager_driver.h
index ff9f01a5c647c6ae9098967660d4bc2af652a756..b446835f741fce79e793a22c3a1d3f009572d7ba 100644
--- a/components/password_manager/content/browser/content_password_manager_driver.h
+++ b/components/password_manager/content/browser/content_password_manager_driver.h
@@ -27,8 +27,7 @@ struct PasswordForm;
}
namespace content {
-struct FrameNavigateParams;
-struct LoadCommittedDetails;
+class NavigationHandle;
class RenderFrameHost;
}
@@ -83,8 +82,7 @@ class ContentPasswordManagerDriver
PasswordManager* GetPasswordManager() override;
PasswordAutofillManager* GetPasswordAutofillManager() override;
- void DidNavigateFrame(const content::LoadCommittedDetails& details,
- const content::FrameNavigateParams& params);
+ void DidNavigateFrame(content::NavigationHandle* navigation_handle);
// autofill::mojom::PasswordManagerDriver:
void PasswordFormsParsed(
« no previous file with comments | « no previous file | components/password_manager/content/browser/content_password_manager_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698