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

Issue 738593002: Introduce CryptAuthClient, a class capable of performing all CryptAuth APIs. (Closed)

Created:
6 years, 1 month ago by Tim Song
Modified:
6 years ago
Reviewers:
Ilya Sherman
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Introduce CryptAuthClient, a class capable of performing all CryptAuth API calls. BUG=419191 TEST=manual + new test Committed: https://crrev.com/77b8ce75d17370871db8c1c2fd131d981e468a45 Cr-Commit-Position: refs/heads/master@{#307058}

Patch Set 1 #

Total comments: 44

Patch Set 2 : #

Total comments: 30

Patch Set 3 : #

Total comments: 4

Patch Set 4 : fix typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+900 lines, -40 lines) Patch
M components/components_tests.gyp View 1 2 chunks +2 lines, -0 lines 0 comments Download
M components/proximity_auth.gypi View 1 1 chunk +7 lines, -0 lines 0 comments Download
M components/proximity_auth/cryptauth/BUILD.gn View 1 2 chunks +8 lines, -0 lines 0 comments Download
A components/proximity_auth/cryptauth/cryptauth_access_token_fetcher.h View 1 chunk +25 lines, -0 lines 0 comments Download
M components/proximity_auth/cryptauth/cryptauth_api_call_flow.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M components/proximity_auth/cryptauth/cryptauth_api_call_flow.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A components/proximity_auth/cryptauth/cryptauth_client.h View 1 2 1 chunk +140 lines, -0 lines 0 comments Download
A components/proximity_auth/cryptauth/cryptauth_client.cc View 1 2 1 chunk +169 lines, -0 lines 0 comments Download
A components/proximity_auth/cryptauth/cryptauth_client_unittest.cc View 1 2 3 1 chunk +528 lines, -0 lines 0 comments Download
M components/proximity_auth/cryptauth/proto/cryptauth_api.proto View 8 chunks +9 lines, -33 lines 0 comments Download
M components/proximity_auth/switches.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/proximity_auth/switches.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
Tim Song
6 years, 1 month ago (2014-11-18 00:31:45 UTC) #2
Ilya Sherman
Haven't looked at the tests yet, because they might change substantially if you choose to ...
6 years, 1 month ago (2014-11-18 22:30:45 UTC) #3
Tim Song
https://codereview.chromium.org/738593002/diff/1/components/proximity_auth.gypi File components/proximity_auth.gypi (right): https://codereview.chromium.org/738593002/diff/1/components/proximity_auth.gypi#newcode87 components/proximity_auth.gypi:87: 'target_name': 'proximity_auth_unittests', On 2014/11/18 22:30:43, Ilya Sherman wrote: > ...
6 years ago (2014-12-03 01:18:25 UTC) #4
Ilya Sherman
Thanks, Tim. I think the current state of the code is simple enough without a ...
6 years ago (2014-12-03 03:16:37 UTC) #5
Tim Song
https://codereview.chromium.org/738593002/diff/20001/components/proximity_auth/cryptauth/BUILD.gn File components/proximity_auth/cryptauth/BUILD.gn (right): https://codereview.chromium.org/738593002/diff/20001/components/proximity_auth/cryptauth/BUILD.gn#newcode37 components/proximity_auth/cryptauth/BUILD.gn:37: ] On 2014/12/03 03:16:37, Ilya Sherman wrote: > I ...
6 years ago (2014-12-05 00:00:36 UTC) #6
Ilya Sherman
LGTM, thanks. https://codereview.chromium.org/738593002/diff/20001/components/proximity_auth/cryptauth/cryptauth_client_unittest.cc File components/proximity_auth/cryptauth/cryptauth_client_unittest.cc (right): https://codereview.chromium.org/738593002/diff/20001/components/proximity_auth/cryptauth/cryptauth_client_unittest.cc#newcode75 components/proximity_auth/cryptauth/cryptauth_client_unittest.cc:75: // scoped_ptr. On 2014/12/05 00:00:36, Tim Song ...
6 years ago (2014-12-05 00:14:20 UTC) #7
Tim Song
https://codereview.chromium.org/738593002/diff/40001/components/proximity_auth/cryptauth/cryptauth_client.h File components/proximity_auth/cryptauth/cryptauth_client.h (right): https://codereview.chromium.org/738593002/diff/40001/components/proximity_auth/cryptauth/cryptauth_client.h#newcode41 components/proximity_auth/cryptauth/cryptauth_client.h:41: // GetMyDevices On 2014/12/05 00:14:20, Ilya Sherman wrote: > ...
6 years ago (2014-12-05 01:20:40 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/738593002/60001
6 years ago (2014-12-05 18:42:06 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001)
6 years ago (2014-12-05 19:31:49 UTC) #11
commit-bot: I haz the power
6 years ago (2014-12-05 19:32:36 UTC) #12
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/77b8ce75d17370871db8c1c2fd131d981e468a45
Cr-Commit-Position: refs/heads/master@{#307058}

Powered by Google App Engine
This is Rietveld 408576698