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 e7569c7c59841a19f98a530d5d29443c9a6fd13f..0b4136eeef93e5f7d8322234a247d3135bd85bd5 100644 |
--- a/components/autofill/core/common/save_password_progress_logger.h |
+++ b/components/autofill/core/common/save_password_progress_logger.h |
@@ -38,10 +38,6 @@ class SavePasswordProgressLogger { |
STRING_DECISION_ASK, |
STRING_DECISION_DROP, |
STRING_DECISION_SAVE, |
- STRING_METHOD, |
- STRING_METHOD_GET, |
- STRING_METHOD_POST, |
- STRING_METHOD_EMPTY, |
STRING_OTHER, |
STRING_SCHEME_HTML, |
STRING_SCHEME_BASIC, |
@@ -114,7 +110,6 @@ class SavePasswordProgressLogger { |
void LogPasswordForm(StringID label, const PasswordForm& form); |
void LogHTMLForm(StringID label, |
const std::string& name_or_id, |
- const std::string& method, |
const GURL& action); |
void LogURL(StringID label, const GURL& url); |
void LogBoolean(StringID label, bool truth_value); |