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

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

Issue 10227014: Remove the very old code that migrated password data from the WebDataService to PasswordStore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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_manager.h
===================================================================
--- chrome/browser/password_manager/password_manager.h (revision 133948)
+++ chrome/browser/password_manager/password_manager.h (working copy)
@@ -25,7 +25,7 @@
// 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 WebDataService. The PasswordManager is a LoginModel
+// database through the PasswordStore. The PasswordManager is a LoginModel
// for purposes of supporting HTTP authentication dialogs.
class PasswordManager : public LoginModel,
public content::WebContentsObserver {

Powered by Google App Engine
This is Rietveld 408576698