From 270b85eecbc83119c4b53f84c6c6e71c0a93afb0 Mon Sep 17 00:00:00 2001 From: "stuartmorgan@chromium.org" Date: Fri, 10 Jul 2009 23:40:28 +0000 Subject: Add the rest of the password manager API to PasswordStore, and move clients off of WebDataService. The methods are unimplemented on the Mac for the moment, and do passthroughs to WDS on Windows as with the rest of the Windows PasswordStore interface. BUG=none TEST=Saving, viewing, and deleting password should still work on Windows. Review URL: http://codereview.chromium.org/155259 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20441 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/webdata/web_data_service.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/browser/webdata/web_data_service.h') diff --git a/chrome/browser/webdata/web_data_service.h b/chrome/browser/webdata/web_data_service.h index 05b997b..9e52ba8 100644 --- a/chrome/browser/webdata/web_data_service.h +++ b/chrome/browser/webdata/web_data_service.h @@ -306,6 +306,9 @@ class WebDataService : public base::RefCountedThreadSafe { ////////////////////////////////////////////////////////////////////////////// // // Password manager + // NOTE: These methods are all deprecated; new clients should use + // PasswordStore. These are only still here because Windows is (temporarily) + // still using them for its PasswordStore implementation. // ////////////////////////////////////////////////////////////////////////////// -- cgit v1.1