Chromium Code Reviews| 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 2ba0c4883a37d69b239179f52c527fed9d847ad9..04fbfe979592aaa36baf34a08aa96c5e3a06b4dc 100644 |
| --- a/components/autofill/core/common/save_password_progress_logger.h |
| +++ b/components/autofill/core/common/save_password_progress_logger.h |
| @@ -100,6 +100,8 @@ class SavePasswordProgressLogger { |
| STRING_PASSWORDMANAGER_AUTOFILL, |
| STRING_WAIT_FOR_USERNAME, |
| STRING_LOGINMODELOBSERVER_PRESENT, |
| + STRING_WAS_LAST_NAVIGATION_HTTP_ERROR, |
|
vabr (Chromium)
2014/11/18 10:10:11
nit: Please be consistent with the rest of names a
Sunil Ratnu
2014/11/18 12:58:39
Done.
|
| + STRING_HTTP_STATUS_CODE, |
| STRING_INVALID, // Represents a string returned in a case of an error. |
| STRING_MAX = STRING_INVALID |
| }; |