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

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

Issue 365783002: Autofill: don't require POST method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove method_ member Created 6 years, 5 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 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);

Powered by Google App Engine
This is Rietveld 408576698