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

Unified Diff: third_party/WebKit/public/platform/modules/sensitive_input_visibility/sensitive_input_visibility_service.mojom

Issue 2468833002: Count visible password fields on a page (Closed)
Patch Set: fix comment wrapping Created 4 years, 1 month 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: third_party/WebKit/public/platform/modules/sensitive_input_visibility/sensitive_input_visibility_service.mojom
diff --git a/third_party/WebKit/public/platform/modules/sensitive_input_visibility/sensitive_input_visibility_service.mojom b/third_party/WebKit/public/platform/modules/sensitive_input_visibility/sensitive_input_visibility_service.mojom
index 629e82e6f07a79413b8c8be3f12bd0bb846227ff..3e77b167350f02ec31f0bea1c8f0c758353f0dae 100644
--- a/third_party/WebKit/public/platform/modules/sensitive_input_visibility/sensitive_input_visibility_service.mojom
+++ b/third_party/WebKit/public/platform/modules/sensitive_input_visibility/sensitive_input_visibility_service.mojom
@@ -7,4 +7,5 @@ module blink.mojom;
// SensitiveInputVisibilityService receives per-frame notifications about sensitive input fields (such as passwords) on the page.
interface SensitiveInputVisibilityService {
PasswordFieldVisibleInInsecureContext();
+ AllPasswordFieldsInInsecureContextInvisible();
};

Powered by Google App Engine
This is Rietveld 408576698