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

Unified Diff: components/autofill/content/renderer/password_autofill_agent.h

Issue 2859243004: Add metrics for PasswordForm submission types (Closed)
Patch Set: addressed reviewer comments Created 3 years, 7 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/renderer/password_autofill_agent.h
diff --git a/components/autofill/content/renderer/password_autofill_agent.h b/components/autofill/content/renderer/password_autofill_agent.h
index 76f9fa0979cc4a8956d3d59e2f392d7adbd75b82..b8f80e7f3807e64e90c32cc3fe552f6ac1fa63d0 100644
--- a/components/autofill/content/renderer/password_autofill_agent.h
+++ b/components/autofill/content/renderer/password_autofill_agent.h
@@ -258,7 +258,7 @@ class PasswordAutofillAgent : public content::RenderFrameObserver,
ProvisionallySaveRestriction restriction);
// Helper function called when same-document navigation completed
- void OnSameDocumentNavigationCompleted();
+ void OnSameDocumentNavigationCompleted(bool is_inpage_navigation);
const mojom::AutofillDriverPtr& GetAutofillDriver();

Powered by Google App Engine
This is Rietveld 408576698