Add SyncScheduler for scheduling CryptAuth enrollments and syncing devices.
commita2a7afa4b2312f11f35207dc4f667078964c0cb8
authortengs <tengs@chromium.org>
Thu, 21 May 2015 04:38:08 +0000 (20 21:38 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 21 May 2015 04:40:11 +0000 (21 04:40 +0000)
tree16e0e640918887d811f0e7d9775d3aa343cdbb37
parent1721c275751cfd2d04020f190f42f6f2359d4b5a
Add SyncScheduler for scheduling CryptAuth enrollments and syncing devices.

BUG=420315
TEST=unit test

Committed: https://crrev.com/27e044cfc5c2a43b6c575508aca64763bfa2deba
Cr-Commit-Position: refs/heads/master@{#330713}

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

Cr-Commit-Position: refs/heads/master@{#330887}
components/components_tests.gyp
components/proximity_auth.gypi
components/proximity_auth/cryptauth/BUILD.gn
components/proximity_auth/cryptauth/sync_scheduler.cc [new file with mode: 0644]
components/proximity_auth/cryptauth/sync_scheduler.h [new file with mode: 0644]
components/proximity_auth/cryptauth/sync_scheduler_impl.cc [new file with mode: 0644]
components/proximity_auth/cryptauth/sync_scheduler_impl.h [new file with mode: 0644]
components/proximity_auth/cryptauth/sync_scheduler_impl_unittest.cc [new file with mode: 0644]