Index: chrome/browser/password_manager/password_generation_manager.h |
diff --git a/chrome/browser/password_manager/password_generation_manager.h b/chrome/browser/password_manager/password_generation_manager.h |
index 5097a3d266a28ebb9a945433204fd858b626b35b..0bdbf2ebd5d582dcc11bfda4ad5c630c42376f00 100644 |
--- a/chrome/browser/password_manager/password_generation_manager.h |
+++ b/chrome/browser/password_manager/password_generation_manager.h |
@@ -84,12 +84,6 @@ class PasswordGenerationManager { |
// Determines current state of password generation |
bool IsGenerationEnabled() const; |
- // Sends a message to the renderer specifying form(s) that we should enable |
- // password generation on. This is a separate function to aid in testing. |
- virtual void SendAccountCreationFormsToRenderer( |
- content::RenderViewHost* host, |
- const std::vector<autofill::FormData>& forms); |
- |
// Given |bounds| in the renderers coordinate system, return the same bounds |
// in the screens coordinate system. |
gfx::RectF GetBoundsInScreenSpace(const gfx::RectF& bounds); |