| 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 df2128526f7066ccedafc22ed483948859218f57..47f1c717de9bcae161799ee68ba56b5af23b7be6 100644
|
| --- a/chrome/browser/password_manager/password_generation_manager.h
|
| +++ b/chrome/browser/password_manager/password_generation_manager.h
|
| @@ -85,12 +85,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);
|
|
|