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

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

Issue 718043007: PasswordManager should not check the landing page for login form repetition for non-HTML forms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build Created 6 years, 1 month 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 | « no previous file | components/autofill/core/common/save_password_progress_logger.cc » ('j') | 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.h
diff --git a/components/autofill/core/common/save_password_progress_logger.h b/components/autofill/core/common/save_password_progress_logger.h
index 4fd8e515100cb368a345c510118563da2bce355d..dd2d2b92887e56cd60215e3f17fa547a0bcd58bd 100644
--- a/components/autofill/core/common/save_password_progress_logger.h
+++ b/components/autofill/core/common/save_password_progress_logger.h
@@ -105,6 +105,7 @@ class SavePasswordProgressLogger {
STRING_LOGINMODELOBSERVER_PRESENT,
STRING_WAS_LAST_NAVIGATION_HTTP_ERROR_METHOD,
STRING_HTTP_STATUS_CODE,
+ STRING_PROVISIONALLY_SAVED_FORM_IS_NOT_HTML,
STRING_INVALID, // Represents a string returned in a case of an error.
STRING_MAX = STRING_INVALID
};
« no previous file with comments | « no previous file | components/autofill/core/common/save_password_progress_logger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698