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

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

Issue 323423006: Password manager internals page: Add logging for parsed forms (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 3c0a75ea4d0f01d45d0a8acf78d8b8c55582d9f1..1d24313bd490a3006fea0429cc51b908262dd1ac 100644
--- a/components/autofill/core/common/save_password_progress_logger.cc
+++ b/components/autofill/core/common/save_password_progress_logger.cc
@@ -163,6 +163,8 @@ std::string GetStringFromID(SavePasswordProgressLogger::StringID id) {
return "No matching form";
case SavePasswordProgressLogger::STRING_SSL_ERRORS_PRESENT:
return "SSL errors present";
+ case SavePasswordProgressLogger::STRING_ONLY_VISIBLE:
+ return "only_visible";
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