| Index: components/password_manager/core/browser/password_manager.h
|
| diff --git a/components/password_manager/core/browser/password_manager.h b/components/password_manager/core/browser/password_manager.h
|
| index 761fbbcda9863d3abfc1d5668804dca8d817a7c4..1a2764271f58330eaff9298c335e7fd126316479 100644
|
| --- a/components/password_manager/core/browser/password_manager.h
|
| +++ b/components/password_manager/core/browser/password_manager.h
|
| @@ -115,6 +115,11 @@ class PasswordManager : public LoginModel {
|
| const base::string16& generation_element,
|
| bool is_manually_triggered);
|
|
|
| + // Saves the outcome of HTML parsing based form classifier to uploaded proto.
|
| + void SaveGenerationFieldDetectedByClassifier(
|
| + const autofill::PasswordForm& form,
|
| + const base::string16& generation_field);
|
| +
|
| // TODO(isherman): This should not be public, but is currently being used by
|
| // the LoginPrompt code.
|
| // When a form is submitted, we prepare to save the password but wait
|
|
|