Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(305)

Unified Diff: chrome/browser/password_manager/password_generation_manager.h

Issue 156173004: Abstract IPC send out of PasswordGenerationManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adjust PasswordGenerationManager unittests Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698