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

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

Issue 231283003: Password manager: introduce logging for the internals page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Uses StringID Created 6 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 d5b98ad6edf4f980cd94996ed4068ef9b1f7894a..c156b6c9e53d68b00d15573ed17dfc2d605c8139 100644
--- a/components/autofill/core/common/save_password_progress_logger.h
+++ b/components/autofill/core/common/save_password_progress_logger.h
@@ -62,6 +62,41 @@ 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_INVALID, // Represents a string returned in a case of an error.
STRING_MAX = STRING_INVALID
};

Powered by Google App Engine
This is Rietveld 408576698