Wire up easy_unlock_private API with the easy-unlock dbus service
commit08d758e62cf08b5c12840f4185b858c6925cbe48
authortbarzic@chromium.org <tbarzic@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 31 Jul 2014 08:57:34 +0000 (31 08:57 +0000)
committertbarzic@chromium.org <tbarzic@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 31 Jul 2014 08:57:34 +0000 (31 08:57 +0000)
tree798b45c60c188be3a9780f0add6116dcfe13f57e
parentc610119714732d73115bad82059d0390f64545d2
Wire up easy_unlock_private API with the easy-unlock dbus service

BUG=390222

(Note: Needs service_constants update before landing)

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286724 0039d316-1c4b-4281-b951-d872f2087c98
15 files changed:
chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc
chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h
chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate.h [new file with mode: 0644]
chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate_chromeos.cc [new file with mode: 0644]
chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate_stub.cc [new file with mode: 0644]
chrome/chrome_browser_extensions.gypi
chromeos/chromeos.gyp
chromeos/dbus/dbus_thread_manager.cc
chromeos/dbus/dbus_thread_manager.h
chromeos/dbus/easy_unlock_client.cc [new file with mode: 0644]
chromeos/dbus/easy_unlock_client.h [new file with mode: 0644]
chromeos/dbus/fake_dbus_thread_manager.cc
chromeos/dbus/fake_dbus_thread_manager.h
chromeos/dbus/fake_easy_unlock_client.cc [new file with mode: 0644]
chromeos/dbus/fake_easy_unlock_client.h [new file with mode: 0644]