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

Unified Diff: components/password_manager/core/browser/password_autofill_manager.h

Issue 2604453003: Show Form-Not-Secure warning on page load (Closed)
Patch Set: meacer, jochen comments Created 3 years, 12 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/core/browser/password_autofill_manager.h
diff --git a/components/password_manager/core/browser/password_autofill_manager.h b/components/password_manager/core/browser/password_autofill_manager.h
index ce3477049882fbd9318dcf6e52d056e07e121747..9e3baa58fb76bf47ca7a740431c2356c59b31479 100644
--- a/components/password_manager/core/browser/password_autofill_manager.h
+++ b/components/password_manager/core/browser/password_autofill_manager.h
@@ -58,6 +58,12 @@ class PasswordAutofillManager : public autofill::AutofillPopupDelegate {
int options,
const gfx::RectF& bounds);
+ // Handles a request from the renderer to show a popup with a warning
+ // indicating that the form is not secure, used when a password field
+ // is autofilled on a non-secure page load.
+ void OnShowNotSecureWarning(base::i18n::TextDirection text_direction,
+ const gfx::RectF& bounds);
+
// Called when main frame navigates. Not called for in-page navigations.
void DidNavigateMainFrame();

Powered by Google App Engine
This is Rietveld 408576698