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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2378503002: Observe visibility of password inputs, for HTTP-bad phase 1 (Closed)
Patch Set: rebase Created 4 years, 2 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/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 9d3579f134e9a4ace535655684d762b31c5ee634..e0666cb0d979e5d9c0b4c7776a082b45aa8a92bb 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -2957,6 +2957,11 @@ void ChromeContentBrowserClient::RegisterRenderFrameMojoInterfaces(
BindPasswordManagerDriver,
render_frame_host));
+ registry->AddInterface(
+ base::Bind(&password_manager::ContentPasswordManagerDriverFactory::
+ BindSensitiveInputVisibilityService,
+ render_frame_host));
+
#if BUILDFLAG(ANDROID_JAVA_UI)
content::WebContents* web_contents =
content::WebContents::FromRenderFrameHost(render_frame_host);
« no previous file with comments | « no previous file | components/password_manager/content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698