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

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

Issue 2739373002: Password generation logging (Closed)
Patch Set: compilation fix Created 3 years, 9 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 de8a08232b4cbc61ee82332af107e1c53e4c194c..19c9e04c0ddbdbf4c6e71db06ac0b14c4c7adcbe 100644
--- a/components/autofill/core/common/save_password_progress_logger.h
+++ b/components/autofill/core/common/save_password_progress_logger.h
@@ -150,6 +150,22 @@ class SavePasswordProgressLogger {
STRING_SERVER_PREDICTIONS,
STRING_FORM_VOTES,
STRING_REUSE_FOUND,
+ STRING_GENERATION_DISABLED_SAVING_DISABLED,
+ STRING_GENERATION_DISABLED_NO_SYNC,
+ STRING_GENERATION_DISABLED_CUSTOM_PASSPHRASE,
+ STRING_GENERATION_RENDERER_ENABLED,
+ STRING_GENERATION_RENDERER_INVALID_PASSWORD_FORM,
+ STRING_GENERATION_RENDERER_POSSIBLE_ACCOUNT_CREATION_FORMS,
+ STRING_GENERATION_RENDERER_NO_PASSWORD_MANAGER_ACCESS,
+ STRING_GENERATION_RENDERER_FORM_ALREADY_FOUND,
+ STRING_GENERATION_RENDERER_NO_POSSIBLE_CREATION_FORMS,
+ STRING_GENERATION_RENDERER_NOT_BLACKLISTED,
+ STRING_GENERATION_RENDERER_AUTOCOMPLETE_ATTRIBUTE,
+ STRING_GENERATION_RENDERER_NO_SERVER_SIGNAL,
+ STRING_GENERATION_RENDERER_ELIGIBLE_FORM_FOUND,
+ STRING_GENERATION_RENDERER_NO_FIELD_FOUND,
+ STRING_GENERATION_RENDERER_SHOW_GENERATION_POPUP,
+ STRING_GENERATION_RENDERER_GENERATED_PASSWORD_ACCEPTED,
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