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

Unified Diff: components/password_manager/core/browser/password_manager.h

Issue 1045173003: Fix blacklisting for desktop infobars. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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: components/password_manager/core/browser/password_manager.h
diff --git a/components/password_manager/core/browser/password_manager.h b/components/password_manager/core/browser/password_manager.h
index 75d1dee56816c6a54f2e210240accbc63cacdbc1..9a03243702d2530a22266d8d7b62bf2c3eeabd68 100644
--- a/components/password_manager/core/browser/password_manager.h
+++ b/components/password_manager/core/browser/password_manager.h
@@ -36,6 +36,9 @@ class PasswordManagerClient;
class PasswordManagerDriver;
class PasswordFormManager;
+// TODO(melandory): Separate the PasswordFormManager API interface and the
+// implementation in two classes crbug/473184.
vabr (Chromium) 2015/04/07 07:51:37 nit: Please don't leave out http:// and .com, so t
+
// Per-tab password manager. Handles creation and management of UI elements,
// receiving password form data from the renderer and managing the password
// database through the PasswordStore. The PasswordManager is a LoginModel

Powered by Google App Engine
This is Rietveld 408576698