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

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

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
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 3de379763e00f50ac7a1afb3f7b537be83b869b0..93bf32190be7105ef179b2380e3ffbab1809842a 100644
--- a/components/autofill/core/common/save_password_progress_logger.h
+++ b/components/autofill/core/common/save_password_progress_logger.h
@@ -119,6 +119,7 @@ class SavePasswordProgressLogger {
STRING_ENABLED_FOR_CURRENT_PAGE_METHOD,
STRING_CLIENT_CHECK_PRESENT,
STRING_SHOW_LOGIN_PROMPT_METHOD,
+ STRING_NEW_UI_STATE,
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