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

Unified Diff: components/password_manager/content/browser/BUILD.gn

Issue 2378503002: Observe visibility of password inputs, for HTTP-bad phase 1 (Closed)
Patch Set: fix superclass createLayoutObject call 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
Index: components/password_manager/content/browser/BUILD.gn
diff --git a/components/password_manager/content/browser/BUILD.gn b/components/password_manager/content/browser/BUILD.gn
index 55e313dacbbd347408c2c626f35df43d73696dd2..6f15bc66af034df8505947291e021c1483b62db7 100644
--- a/components/password_manager/content/browser/BUILD.gn
+++ b/components/password_manager/content/browser/BUILD.gn
@@ -14,6 +14,10 @@ static_library("browser") {
"credential_manager_impl.h",
"password_manager_internals_service_factory.cc",
"password_manager_internals_service_factory.h",
+ "password_visibility_service.cc",
+ "password_visibility_service.h",
+ "password_visibility_service_factory.cc",
+ "password_visibility_service_factory.h",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698