| Index: chrome/browser/password_manager/password_manager_test_base.h
|
| diff --git a/chrome/browser/password_manager/password_manager_test_base.h b/chrome/browser/password_manager/password_manager_test_base.h
|
| index bb095d7ca670f566b80937331dc05ba2b7bc04f3..580cec6e1684352252c80454266d2ef7127cd3c5 100644
|
| --- a/chrome/browser/password_manager/password_manager_test_base.h
|
| +++ b/chrome/browser/password_manager/password_manager_test_base.h
|
| @@ -136,6 +136,9 @@ class PasswordManagerBrowserTestBase : public InProcessBrowserTest {
|
| const std::string& element_id,
|
| const std::string& expected_value);
|
|
|
| + // Synchronoulsy adds the given host to the list of valid HSTS hosts.
|
| + void AddHSTSHost(const std::string& host);
|
| +
|
| // Accessors
|
| content::WebContents* WebContents();
|
| content::RenderViewHost* RenderViewHost();
|
|
|