diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-10 23:40:28 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-10 23:40:28 +0000 |
commit | 270b85eecbc83119c4b53f84c6c6e71c0a93afb0 (patch) | |
tree | 7beb6588ddc11f52e64c5d913f1ed63b24c275fe /chrome/browser/webdata | |
parent | 66c7dc77fc7d5ea4075bfaaaa2b7805f323829e9 (diff) | |
download | chromium_src-270b85eecbc83119c4b53f84c6c6e71c0a93afb0.zip chromium_src-270b85eecbc83119c4b53f84c6c6e71c0a93afb0.tar.gz chromium_src-270b85eecbc83119c4b53f84c6c6e71c0a93afb0.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/webdata')
-rw-r--r-- | chrome/browser/webdata/web_data_service.h | 3 |
1 files changed, 3 insertions, 0 deletions
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<WebDataService> { ////////////////////////////////////////////////////////////////////////////// // // 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. // ////////////////////////////////////////////////////////////////////////////// |