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

Issue 629183003: [Easy Unlock] Port RemoteStatusUpdate class to native code. (Closed)

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

Description

[Easy Unlock] Port RemoteStatusUpdate class to native code. BUG=421277 TEST=components_unittests R=tengs@chromium.org Committed: https://crrev.com/e6f0e2b174775dc33babafc2aafa64629017a565 Cr-Commit-Position: refs/heads/master@{#299075}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add a test verifying that extra fields don't prevent parsing #

Patch Set 3 : Pass base::DictionaryValue rather than std::string for deserializing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+348 lines, -0 lines) Patch
M components/components_tests.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M components/proximity_auth.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M components/proximity_auth/BUILD.gn View 2 chunks +3 lines, -0 lines 0 comments Download
A components/proximity_auth/remote_status_update.h View 1 2 1 chunk +53 lines, -0 lines 0 comments Download
A components/proximity_auth/remote_status_update.cc View 1 2 1 chunk +99 lines, -0 lines 0 comments Download
A components/proximity_auth/remote_status_update_unittest.cc View 1 2 1 chunk +190 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
Ilya Sherman
6 years, 2 months ago (2014-10-08 01:13:36 UTC) #1
Tim Song
https://codereview.chromium.org/629183003/diff/1/components/proximity_auth/remote_status_update.cc File components/proximity_auth/remote_status_update.cc (right): https://codereview.chromium.org/629183003/diff/1/components/proximity_auth/remote_status_update.cc#newcode64 components/proximity_auth/remote_status_update.cc:64: VLOG(1) << "Unable to parse remote status update: missing ...
6 years, 2 months ago (2014-10-09 19:07:30 UTC) #2
Ilya Sherman
In addition to addressing your comments, I've refactored the deserialization method to accept a base::DictionaryValue ...
6 years, 2 months ago (2014-10-09 22:52:33 UTC) #3
Tim Song
lgtm Great!
6 years, 2 months ago (2014-10-10 06:52:11 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/629183003/50001
6 years, 2 months ago (2014-10-10 07:17:06 UTC) #6
commit-bot: I haz the power
Committed patchset #3 (id:50001)
6 years, 2 months ago (2014-10-10 08:11:46 UTC) #7
commit-bot: I haz the power
6 years, 2 months ago (2014-10-10 08:12:54 UTC) #8
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/e6f0e2b174775dc33babafc2aafa64629017a565
Cr-Commit-Position: refs/heads/master@{#299075}

Powered by Google App Engine
This is Rietveld 408576698