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 ee2d16eb5f7a8a874a6dc819f244d55b4f0846bf..f99fa5f2e64590b76e11f6110329288d00dda7f0 100644 |
--- a/components/autofill/core/common/save_password_progress_logger.cc |
+++ b/components/autofill/core/common/save_password_progress_logger.cc |
@@ -165,6 +165,10 @@ std::string GetStringFromID(SavePasswordProgressLogger::StringID id) { |
return "wait_for_username"; |
case SavePasswordProgressLogger::STRING_LOGINMODELOBSERVER_PRESENT: |
return "Instances of LoginModelObserver may be present"; |
+ case SavePasswordProgressLogger::STRING_WAS_LAST_NAVIGATION_HTTP_ERROR: |
+ return "ChromePasswordManagerClient::WasLastNavigationHTTPError"; |
+ case SavePasswordProgressLogger::STRING_HTTP_STATUS_CODE: |
+ return "HTTP Status Code for Landing Page"; |
vabr (Chromium)
2014/11/18 10:10:11
nit: No need to capitalise non-names. Please write
Sunil Ratnu
2014/11/18 12:58:39
Done.
|
case SavePasswordProgressLogger::STRING_INVALID: |
return "INVALID"; |
// Intentionally no default: clause here -- all IDs need to get covered. |