Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(370)

Issue 1248533003: Hook up CryptAuthGCMManager to the enrollment and device sync managers. (Closed)

Created:
5 years, 5 months ago by Tim Song
Modified:
5 years, 4 months ago
Reviewers:
sacomoto
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Hook up CryptAuthGCMManager to the enrollment and device sync managers. CryptAuth enrollment now performs a GCM registration if no previous registration has been completed. GCM push messages can now trigger enrollment and device sync attempts. BUG=512230 TEST=unit tests Committed: https://crrev.com/757fd84c95ee5a34252150bc3ffe8ec415f285c2 Cr-Commit-Position: refs/heads/master@{#340704}

Patch Set 1 : #

Total comments: 8

Patch Set 2 : nits #

Patch Set 3 : fix webui #

Unified diffs Side-by-side diffs Delta from patch set Stats (+323 lines, -13 lines) Patch
M chrome/browser/signin/easy_unlock_service.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/signin/easy_unlock_service.cc View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/signin/easy_unlock_service_factory.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M components/proximity_auth.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M components/proximity_auth/cryptauth/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M components/proximity_auth/cryptauth/cryptauth_device_manager.h View 1 5 chunks +14 lines, -2 lines 0 comments Download
M components/proximity_auth/cryptauth/cryptauth_device_manager.cc View 3 chunks +10 lines, -2 lines 0 comments Download
M components/proximity_auth/cryptauth/cryptauth_device_manager_unittest.cc View 6 chunks +26 lines, -1 line 0 comments Download
M components/proximity_auth/cryptauth/cryptauth_enrollment_manager.h View 6 chunks +18 lines, -1 line 0 comments Download
M components/proximity_auth/cryptauth/cryptauth_enrollment_manager.cc View 4 chunks +32 lines, -3 lines 0 comments Download
M components/proximity_auth/cryptauth/cryptauth_enrollment_manager_unittest.cc View 7 chunks +72 lines, -1 line 0 comments Download
M components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
A components/proximity_auth/cryptauth/fake_cryptauth_gcm_manager.h View 1 1 chunk +64 lines, -0 lines 0 comments Download
A components/proximity_auth/cryptauth/fake_cryptauth_gcm_manager.cc View 1 1 chunk +50 lines, -0 lines 0 comments Download
M components/proximity_auth/webui/proximity_auth_ui_delegate.h View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M components/proximity_auth/webui/proximity_auth_webui_handler.h View 1 2 3 chunks +3 lines, -0 lines 0 comments Download
M components/proximity_auth/webui/proximity_auth_webui_handler.cc View 1 2 5 chunks +11 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
Tim Song
5 years, 5 months ago (2015-07-21 00:09:49 UTC) #3
sacomoto
LGTM with nits. https://codereview.chromium.org/1248533003/diff/20001/components/proximity_auth/cryptauth/cryptauth_device_manager.h File components/proximity_auth/cryptauth/cryptauth_device_manager.h (right): https://codereview.chromium.org/1248533003/diff/20001/components/proximity_auth/cryptauth/cryptauth_device_manager.h#newcode140 components/proximity_auth/cryptauth/cryptauth_device_manager.h:140: // Contains perferences that outlive the ...
5 years, 4 months ago (2015-07-27 16:56:51 UTC) #4
Tim Song
https://codereview.chromium.org/1248533003/diff/20001/components/proximity_auth/cryptauth/cryptauth_device_manager.h File components/proximity_auth/cryptauth/cryptauth_device_manager.h (right): https://codereview.chromium.org/1248533003/diff/20001/components/proximity_auth/cryptauth/cryptauth_device_manager.h#newcode140 components/proximity_auth/cryptauth/cryptauth_device_manager.h:140: // Contains perferences that outlive the lifetime of this ...
5 years, 4 months ago (2015-07-28 16:45:19 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1248533003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1248533003/60001
5 years, 4 months ago (2015-07-28 16:46:18 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:60001)
5 years, 4 months ago (2015-07-28 16:52:12 UTC) #9
commit-bot: I haz the power
5 years, 4 months ago (2015-07-28 16:53:00 UTC) #10
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/757fd84c95ee5a34252150bc3ffe8ec415f285c2
Cr-Commit-Position: refs/heads/master@{#340704}

Powered by Google App Engine
This is Rietveld 408576698