| 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 d5b98ad6edf4f980cd94996ed4068ef9b1f7894a..88e15f6606018a93fe8f47bf16ea5af824d8e467 100644
|
| --- a/components/autofill/core/common/save_password_progress_logger.h
|
| +++ b/components/autofill/core/common/save_password_progress_logger.h
|
| @@ -62,6 +62,42 @@ class SavePasswordProgressLogger {
|
| STRING_PSL_MATCH,
|
| STRING_NAME_OR_ID,
|
| STRING_MESSAGE,
|
| + STRING_SET_AUTH_METHOD,
|
| + STRING_AUTHENTICATION_HANDLED,
|
| + STRING_LOGINHANDLER_FORM,
|
| + STRING_SEND_PASSWORD_FORMS_METHOD,
|
| + STRING_SECURITY_ORIGIN,
|
| + STRING_SECURITY_ORIGIN_FAILURE,
|
| + STRING_WEBPAGE_EMPTY,
|
| + STRING_NUMBER_OF_ALL_FORMS,
|
| + STRING_FORM_FOUND_ON_PAGE,
|
| + STRING_FORM_IS_VISIBLE,
|
| + STRING_FORM_IS_PASSWORD,
|
| + STRING_WILL_SUBMIT_FORM_METHOD,
|
| + STRING_HTML_FORM_FOR_SUBMIT,
|
| + STRING_CREATED_PASSWORD_FORM,
|
| + STRING_SUBMITTED_PASSWORD_REPLACED,
|
| + STRING_DID_START_PROVISIONAL_LOAD_METHOD,
|
| + STRING_FORM_FRAME_EQ_FRAME,
|
| + STRING_PROVISIONALLY_SAVED_FORM_FOR_FRAME,
|
| + STRING_PASSWORD_FORM_FOUND_ON_PAGE,
|
| + STRING_PROVISIONALLY_SAVE_PASSWORD_METHOD,
|
| + STRING_PROVISIONALLY_SAVE_PASSWORD_FORM,
|
| + STRING_IS_SAVING_ENABLED,
|
| + STRING_EMPTY_PASSWORD,
|
| + STRING_EXACT_MATCH,
|
| + STRING_MATCH_WITHOUT_ACTION,
|
| + STRING_NO_FORM_MANAGER,
|
| + STRING_FORM_BLACKLISTED,
|
| + STRING_INVALID_FORM,
|
| + STRING_AUTOCOMPLETE_OFF,
|
| + STRING_PROVISIONALLY_SAVED_FORM,
|
| + STRING_IGNORE_POSSIBLE_USERNAMES,
|
| + STRING_ON_PASSWORD_FORMS_RENDERED_METHOD,
|
| + STRING_NO_PROVISIONAL_SAVE_MANAGER,
|
| + STRING_NUMBER_OF_VISIBLE_FORMS,
|
| + STRING_PASSWORD_FORM_REAPPEARED,
|
| + STRING_SAVING_DISABLED,
|
| STRING_INVALID, // Represents a string returned in a case of an error.
|
| STRING_MAX = STRING_INVALID
|
| };
|
|
|