Implement PasswordStoreProxyMac and SimplePasswordStoreMac.
commit19209e174a4249faac3f6ee9051399f5b8639515
authorvasilii <vasilii@chromium.org>
Mon, 22 Jun 2015 15:01:24 +0000 (22 08:01 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 22 Jun 2015 15:01:55 +0000 (22 15:01 +0000)
treecaadb1d09ba4e4d01822cffa53c4f823b304ac4e
parentb0125f701df48a271c283e2c4bccc7f63e9ee3a3
Implement PasswordStoreProxyMac and SimplePasswordStoreMac.

They aren't instantiated yet in the code base. SimplePasswordStoreMac is a PasswordStore implementation on Mac in the future. PasswordStoreProxyMac is a proxy used for migration from PasswordStoreMac to SimplePasswordStoreMac.

BUG=466638

Review URL: https://codereview.chromium.org/1192963002

Cr-Commit-Position: refs/heads/master@{#335502}
chrome/browser/password_manager/password_store_proxy_mac.cc [new file with mode: 0644]
chrome/browser/password_manager/password_store_proxy_mac.h [new file with mode: 0644]
chrome/browser/password_manager/simple_password_store_mac.cc [new file with mode: 0644]
chrome/browser/password_manager/simple_password_store_mac.h [new file with mode: 0644]
chrome/browser/password_manager/simple_password_store_mac_unittest.cc [new file with mode: 0644]
chrome/chrome_browser.gypi
chrome/chrome_tests_unit.gypi
components/password_manager/core/browser/password_store.h
components/password_manager/core/browser/password_store_default.cc
components/password_manager/core/browser/password_store_default.h