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

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: 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..757442f8f56df97ae8f3eb8983252a06a1dc154e 100644
--- a/components/password_manager/content/browser/bad_message.h
+++ b/components/password_manager/content/browser/bad_message.h
@@ -25,6 +25,8 @@ 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,
+ CPMD_BAD_ORIGIN_UPDATE_PRESAVED_PASSWORD = 8,
// 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