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

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: Rebase + response to review 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 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);

Powered by Google App Engine
This is Rietveld 408576698