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

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

Issue 839023003: Log password manager UI state changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test crashes Created 5 years, 11 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
« no previous file with comments | « components/autofill/core/common/save_password_progress_logger.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/common/save_password_progress_logger.cc
diff --git a/components/autofill/core/common/save_password_progress_logger.cc b/components/autofill/core/common/save_password_progress_logger.cc
index edf1a84c976abb417b25cf7d79d82dc84d36d6a4..686c83484a9395153973acaf1b3a66ef06cb5d07 100644
--- a/components/autofill/core/common/save_password_progress_logger.cc
+++ b/components/autofill/core/common/save_password_progress_logger.cc
@@ -205,6 +205,8 @@ std::string GetStringFromID(SavePasswordProgressLogger::StringID id) {
return "IsPasswordManagerEnabledForCurrentPage";
case SavePasswordProgressLogger::STRING_SHOW_LOGIN_PROMPT_METHOD:
return "ShowLoginPrompt";
+ case SavePasswordProgressLogger::STRING_NEW_UI_STATE:
+ return "The new state of the UI";
case SavePasswordProgressLogger::STRING_INVALID:
return "INVALID";
// Intentionally no default: clause here -- all IDs need to get covered.
« no previous file with comments | « components/autofill/core/common/save_password_progress_logger.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698