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

Issue 2847233003: [EasyUnlock] Move DataWithTimestamp out of ForegroundEidGenerator so it can be shared. (Closed)

Created:
3 years, 7 months ago by Tim Song
Modified:
3 years, 7 months ago
Reviewers:
Kyle Horimoto
CC:
chromium-reviews, jlklein+watch-tether_chromium.org, tengs+watch-tether_chromium.org, hansberry+watch-tether_chromium.org, jhawkins+watch-tether_chromium.org, oshima+watch_chromium.org, lesliewatkins+watch-tether_chromium.org, khorimoto+watch-tether_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[EasyUnlock] Move DataWithTimestamp out of ForegroundEidGenerator so it can be shared. This CL also fixes the log which coverts an EID to a hex string. Review-Url: https://codereview.chromium.org/2847233003 Cr-Commit-Position: refs/heads/master@{#468485} Committed: https://chromium.googlesource.com/chromium/src/+/a9983eadb02b514a528a14120090bf88794d24e8

Patch Set 1 #

Total comments: 14

Patch Set 2 : fixes #

Total comments: 9

Patch Set 3 : fixes #

Patch Set 4 : fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+193 lines, -134 lines) Patch
M chromeos/components/tether/ble_advertiser.h View 1 2 chunks +2 lines, -4 lines 0 comments Download
M chromeos/components/tether/ble_advertiser.cc View 1 2 chunks +4 lines, -5 lines 0 comments Download
M chromeos/components/tether/ble_advertiser_unittest.cc View 1 14 chunks +18 lines, -30 lines 0 comments Download
M chromeos/components/tether/ble_scanner_unittest.cc View 1 1 chunk +4 lines, -5 lines 0 comments Download
M components/cryptauth/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
M components/cryptauth/background_eid_generator.h View 1 3 chunks +3 lines, -2 lines 0 comments Download
M components/cryptauth/background_eid_generator.cc View 1 2 2 chunks +8 lines, -7 lines 0 comments Download
M components/cryptauth/background_eid_generator_unittest.cc View 1 7 chunks +14 lines, -11 lines 0 comments Download
A components/cryptauth/data_with_timestamp.h View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download
A components/cryptauth/data_with_timestamp.cc View 1 2 1 chunk +63 lines, -0 lines 0 comments Download
M components/cryptauth/foreground_eid_generator.h View 1 2 3 2 chunks +1 line, -16 lines 0 comments Download
M components/cryptauth/foreground_eid_generator.cc View 1 5 chunks +4 lines, -40 lines 0 comments Download
M components/cryptauth/foreground_eid_generator_unittest.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M components/cryptauth/mock_foreground_eid_generator.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M components/proximity_auth/bluetooth_low_energy_connection_finder.cc View 1 2 chunks +6 lines, -4 lines 0 comments Download
M components/proximity_auth/bluetooth_low_energy_connection_finder_unittest.cc View 1 2 3 chunks +14 lines, -3 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
Tim Song
3 years, 7 months ago (2017-04-28 22:11:01 UTC) #2
Kyle Horimoto
https://codereview.chromium.org/2847233003/diff/1/components/cryptauth/background_eid_generator.cc File components/cryptauth/background_eid_generator.cc (right): https://codereview.chromium.org/2847233003/diff/1/components/cryptauth/background_eid_generator.cc#newcode49 components/cryptauth/background_eid_generator.cc:49: ss << "\n " << eid.start_timestamp_ms << ": " ...
3 years, 7 months ago (2017-04-28 22:19:17 UTC) #3
Tim Song
https://codereview.chromium.org/2847233003/diff/1/components/cryptauth/background_eid_generator.cc File components/cryptauth/background_eid_generator.cc (right): https://codereview.chromium.org/2847233003/diff/1/components/cryptauth/background_eid_generator.cc#newcode49 components/cryptauth/background_eid_generator.cc:49: ss << "\n " << eid.start_timestamp_ms << ": " ...
3 years, 7 months ago (2017-04-29 01:07:51 UTC) #5
Kyle Horimoto
LGTM w/ nits https://codereview.chromium.org/2847233003/diff/1/components/proximity_auth/bluetooth_low_energy_connection_finder_unittest.cc File components/proximity_auth/bluetooth_low_energy_connection_finder_unittest.cc (right): https://codereview.chromium.org/2847233003/diff/1/components/proximity_auth/bluetooth_low_energy_connection_finder_unittest.cc#newcode54 components/proximity_auth/bluetooth_low_energy_connection_finder_unittest.cc:54: const int64_t kEidPeriodMs = 60 * ...
3 years, 7 months ago (2017-04-30 03:17:49 UTC) #6
Tim Song
https://codereview.chromium.org/2847233003/diff/1/components/proximity_auth/bluetooth_low_energy_connection_finder_unittest.cc File components/proximity_auth/bluetooth_low_energy_connection_finder_unittest.cc (right): https://codereview.chromium.org/2847233003/diff/1/components/proximity_auth/bluetooth_low_energy_connection_finder_unittest.cc#newcode54 components/proximity_auth/bluetooth_low_energy_connection_finder_unittest.cc:54: const int64_t kEidPeriodMs = 60 * 1000 * 15; ...
3 years, 7 months ago (2017-05-01 22:23:38 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2847233003/70017
3 years, 7 months ago (2017-05-01 22:24:18 UTC) #10
commit-bot: I haz the power
3 years, 7 months ago (2017-05-01 23:39:45 UTC) #14
Message was sent while issue was closed.
Committed patchset #4 (id:70017) as
https://chromium.googlesource.com/chromium/src/+/a9983eadb02b514a528a14120090...

Powered by Google App Engine
This is Rietveld 408576698