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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2378503002: Observe visibility of password inputs, for HTTP-bad phase 1 (Closed)
Patch Set: fix browser-side binding Created 4 years, 3 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/DEPS » ('j') | components/password_manager/DEPS » ('J')
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 5a03ae340327b199b86239b4e4e323f9dcdfba88..44a88ab827a79ce49d8df2383e1e771fe7fe021e 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -2952,6 +2952,11 @@ void ChromeContentBrowserClient::RegisterRenderFrameMojoInterfaces(
BindPasswordManagerDriver,
render_frame_host));
+ registry->AddInterface(
+ base::Bind(&password_manager::ContentPasswordManagerDriverFactory::
+ BindSensitiveInputVisibilityService,
+ render_frame_host));
+
#if BUILDFLAG(ANDROID_JAVA_UI)
ChromeInterfaceRegistrarAndroid::ExposeInterfacesToFrame(
registry, render_frame_host);
« no previous file with comments | « no previous file | components/password_manager/DEPS » ('j') | components/password_manager/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698