1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_RENDERER_AUTOFILL_PASSWORD_GENERATION_TEST_UTILS_H_
6 #define CHROME_RENDERER_AUTOFILL_PASSWORD_GENERATION_TEST_UTILS_H_
16 class TestPasswordGenerationAgent
;
18 void SetNotBlacklistedMessage(TestPasswordGenerationAgent
* generation_agent
,
19 const char* form_str
);
20 void SetAccountCreationFormsDetectedMessage(TestPasswordGenerationAgent
* agent
,
21 blink::WebDocument document
,
23 void ExpectPasswordGenerationAvailable(TestPasswordGenerationAgent
* agent
,
26 } // namespace autofill
28 #endif // CHROME_RENDERER_AUTOFILL_PASSWORD_GENERATION_TEST_UTILS_H_