Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / components / autofill / core / common / save_password_progress_logger.cc
index 1e73ef6..bb852de 100644 (file)
@@ -159,6 +159,8 @@ std::string GetStringFromID(SavePasswordProgressLogger::StringID id) {
       return "SSL errors present";
     case SavePasswordProgressLogger::STRING_ONLY_VISIBLE:
       return "only_visible";
+    case SavePasswordProgressLogger::STRING_SHOW_PASSWORD_PROMPT:
+      return "Show password prompt";
     case SavePasswordProgressLogger::STRING_INVALID:
       return "INVALID";
       // Intentionally no default: clause here -- all IDs need to get covered.