| Index: chrome/renderer/autofill/password_generation_test_utils.h
|
| diff --git a/chrome/renderer/autofill/password_generation_test_utils.h b/chrome/renderer/autofill/password_generation_test_utils.h
|
| index ab5b7aff4cc8a6ae568463f770f50902410fa30a..c99f123d6fae41d0fbfd8bb49a37deb54072664d 100644
|
| --- a/chrome/renderer/autofill/password_generation_test_utils.h
|
| +++ b/chrome/renderer/autofill/password_generation_test_utils.h
|
| @@ -20,6 +20,8 @@ void SetNotBlacklistedMessage(TestPasswordGenerationAgent* generation_agent,
|
| void SetAccountCreationFormsDetectedMessage(TestPasswordGenerationAgent* agent,
|
| blink::WebDocument document,
|
| int form_index);
|
| +void ExpectPasswordGenerationAvailable(TestPasswordGenerationAgent* agent,
|
| + bool available);
|
|
|
| } // namespace autofill
|
|
|
|
|