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

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

Issue 1918823005: Extend logging for password manager internals page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove a full-stop from the message string 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/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 4fc3a9204f25a0bb174be5d01718e9e6f8093724..f1db9ca30fd51bc154424c59d35df6c339c7888a 100644
--- a/components/autofill/core/common/save_password_progress_logger.h
+++ b/components/autofill/core/common/save_password_progress_logger.h
@@ -131,6 +131,18 @@ class SavePasswordProgressLogger {
STRING_ADDING_SIGNATURE,
STRING_FORM_MANAGER_STATE,
STRING_UNOWNED_INPUTS_VISIBLE,
+ STRING_ON_FILL_PASSWORD_FORM_METHOD,
+ STRING_AMBIGUOUS_OR_EMPTY_NAMES,
+ STRING_NUMBER_OF_POTENTIAL_FORMS_TO_FILL,
+ STRING_CONTAINS_FILLABLE_USERNAME_FIELD,
+ STRING_USERNAME_FIELD_NAME_EMPTY,
+ STRING_PASSWORD_FIELD_NAME_EMPTY,
+ STRING_FORM_DATA_WAIT,
+ STRING_FILL_USERNAME_AND_PASSWORD_METHOD,
+ STRING_USERNAMES_MATCH,
+ STRING_MATCH_IN_ADDITIONAL,
+ STRING_USERNAME_FILLED,
+ STRING_PASSWORD_FILLED,
STRING_INVALID, // Represents a string returned in a case of an error.
STRING_MAX = STRING_INVALID
};

Powered by Google App Engine
This is Rietveld 408576698