| 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 7c454ffe59db3f932b25f650c2007a5a3939bcd1..1d0dd4cedb59a1d45ab78e40ef76c40e56e47d92 100644
|
| --- a/chrome/renderer/autofill/password_generation_test_utils.h
|
| +++ b/chrome/renderer/autofill/password_generation_test_utils.h
|
| @@ -6,6 +6,7 @@
|
| #define CHROME_RENDERER_AUTOFILL_PASSWORD_GENERATION_TEST_UTILS_H_
|
|
|
| #include <string>
|
| +#include <vector>
|
|
|
| namespace blink {
|
| class WebDocument;
|
| @@ -21,6 +22,11 @@ void SetAccountCreationFormsDetectedMessage(TestPasswordGenerationAgent* agent,
|
| blink::WebDocument document,
|
| int form_index,
|
| int field_index);
|
| +
|
| +std::string CreateScriptToRegisterListeners(
|
| + const char* const element_name,
|
| + std::vector<std::string>* variables_to_check);
|
| +
|
| } // namespace autofill
|
|
|
| #endif // CHROME_RENDERER_AUTOFILL_PASSWORD_GENERATION_TEST_UTILS_H_
|
|
|