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

Unified Diff: components/autofill/core/common/save_password_progress_logger.h

Issue 2607413003: Add security feature to ProvisionalSavePassword (Closed)
Patch Set: Addressed nit. Created 3 years, 11 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/autofill/core/common/save_password_progress_logger.h
diff --git a/components/autofill/core/common/save_password_progress_logger.h b/components/autofill/core/common/save_password_progress_logger.h
index e5aaa70fb5ad4a1cf43bf76dad88d9b9c7dce33e..de8a08232b4cbc61ee82332af107e1c53e4c194c 100644
--- a/components/autofill/core/common/save_password_progress_logger.h
+++ b/components/autofill/core/common/save_password_progress_logger.h
@@ -90,6 +90,7 @@ class SavePasswordProgressLogger {
STRING_FORM_BLACKLISTED,
STRING_INVALID_FORM,
STRING_SYNC_CREDENTIAL,
+ STRING_BLOCK_PASSWORD_SAME_ORIGIN_INSECURE_SCHEME,
STRING_PROVISIONALLY_SAVED_FORM,
STRING_IGNORE_POSSIBLE_USERNAMES,
STRING_ON_PASSWORD_FORMS_RENDERED_METHOD,

Powered by Google App Engine
This is Rietveld 408576698