| Index: components/autofill/content/renderer/password_autofill_agent.h
|
| diff --git a/components/autofill/content/renderer/password_autofill_agent.h b/components/autofill/content/renderer/password_autofill_agent.h
|
| index b62b4ef5481e335751dbff464a7d9845e52c824a..12b7d03c639ea26bf5a605469ef298e507a68a04 100644
|
| --- a/components/autofill/content/renderer/password_autofill_agent.h
|
| +++ b/components/autofill/content/renderer/password_autofill_agent.h
|
| @@ -30,6 +30,10 @@ class WebSecurityOrigin;
|
|
|
| namespace autofill {
|
|
|
| +// Names of HTML attributes to show form and field signatures for debugging.
|
| +const char kDebugAttributeForFormSignature[] = "form_signature";
|
| +const char kDebugAttributeForFieldSignature[] = "field_signature";
|
| +
|
| class RendererSavePasswordProgressLogger;
|
|
|
| // This class is responsible for filling password forms.
|
|
|