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

Unified Diff: components/password_manager/core/browser/password_manager_client.cc

Issue 794133002: [Password Manager] Add UMA signals to understand how often the password form submit navigate… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 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/password_manager/core/browser/password_manager_client.cc
diff --git a/components/password_manager/core/browser/password_manager_client.cc b/components/password_manager/core/browser/password_manager_client.cc
index 1beae46f9c16bd3248c0fe34e6cf99725aca30d8..dc711c1bea429ccc0657d1a3c3783f4f6884a9d3 100644
--- a/components/password_manager/core/browser/password_manager_client.cc
+++ b/components/password_manager/core/browser/password_manager_client.cc
@@ -80,4 +80,8 @@ PasswordManagerClient::GetAutofillManagerForMainFrame() {
return nullptr;
}
+const GURL& PasswordManagerClient::GetMainFrameURL() {
+ return GURL::EmptyGURL();
+}
+
} // namespace password_manager
« no previous file with comments | « components/password_manager/core/browser/password_manager_client.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698