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

Unified Diff: components/password_manager/content/browser/bad_message.h

Issue 1817483002: [Password Manager] Presave the form with generated password till successful login (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed CPMD_BAD_ORIGIN_UPDATE_PRESAVED_PASSWORD in bad_message.h Created 4 years, 8 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/bad_message.h
diff --git a/components/password_manager/content/browser/bad_message.h b/components/password_manager/content/browser/bad_message.h
index 37efbefd42c78a20e7ad7c1bdca8a0cb6a05777a..90e9ab648e4fe83afb53a2666dee8299c4ae241b 100644
--- a/components/password_manager/content/browser/bad_message.h
+++ b/components/password_manager/content/browser/bad_message.h
@@ -25,6 +25,7 @@ enum class BadMessageReason {
CPMD_BAD_ORIGIN_FOCUSED_PASSWORD_FORM_FOUND = 4,
CPMD_BAD_ORIGIN_IN_PAGE_NAVIGATION = 5,
CPMD_BAD_ORIGIN_PASSWORD_NO_LONGER_GENERATED = 6,
+ CPMD_BAD_ORIGIN_PRESAVE_GENERATED_PASSWORD = 7,
// Please add new elements here. The naming convention is abbreviated class
// name (e.g. ContentPasswordManagerDriver becomes CPMD) plus a unique

Powered by Google App Engine
This is Rietveld 408576698