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

Issue 2578323004: cros: Fake implementation of DBUS biometrics client. (Closed)

Created:
4 years ago by sammiequon
Modified:
3 years, 8 months ago
CC:
chromium-reviews, hashimoto+watch_chromium.org, oshima+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

cros: Fake implementation of DBUS biometrics client. Fake implementation of biometrics clients. Mostly stubs, functionality added in a later CL. Part 3 of a 5 patch series: https://codereview.chromium.org/2567813002/ Adds biometrics manager interface https://codereview.chromium.org/2581403002/ Adds other interfaces https://codereview.chromium.org/2578323004/ Adds fake clients <<< https://codereview.chromium.org/2646793003/ Hook up to chromeos https://codereview.chromium.org/2644233002/ Add a fake implemntation TEST=none BUG=702675 Review-Url: https://codereview.chromium.org/2578323004 Cr-Commit-Position: refs/heads/master@{#462253} Committed: https://chromium.googlesource.com/chromium/src/+/86bf7840e543a6ec7959b0b1639a17e3a0d9fc9b

Patch Set 1 #

Patch Set 2 : Rebased to master. #

Total comments: 2

Patch Set 3 : Removed weak ptr factorys in fakes. #

Patch Set 4 : Rebased. #

Patch Set 5 : Rebased. #

Total comments: 4

Patch Set 6 : Fixed patch set 5 errors. #

Total comments: 4

Patch Set 7 : Fixed patch set 6 errors. #

Total comments: 4

Patch Set 8 : Fixed patch set 7 errors. #

Patch Set 9 : Oopsies. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -2 lines) Patch
M chromeos/BUILD.gn View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chromeos/dbus/biod/biod_client.cc View 1 2 3 4 2 chunks +6 lines, -2 lines 0 comments Download
A chromeos/dbus/biod/fake_biod_client.h View 1 2 3 4 5 6 7 1 chunk +63 lines, -0 lines 0 comments Download
A chromeos/dbus/biod/fake_biod_client.cc View 1 2 3 4 5 6 7 8 1 chunk +94 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 40 (21 generated)
sammiequon
steel@ - Please take a look. Thanks!
3 years, 9 months ago (2017-03-17 18:47:15 UTC) #5
rkc
https://codereview.chromium.org/2578323004/diff/60001/chromeos/dbus/fake_biod_enroll_session_client.h File chromeos/dbus/fake_biod_enroll_session_client.h (right): https://codereview.chromium.org/2578323004/diff/60001/chromeos/dbus/fake_biod_enroll_session_client.h#newcode28 chromeos/dbus/fake_biod_enroll_session_client.h:28: base::WeakPtrFactory<FakeBiodEnrollSessionClient> weak_ptr_factory_; Can we instead have this a protected ...
3 years, 9 months ago (2017-03-21 00:01:32 UTC) #7
sammiequon
https://codereview.chromium.org/2578323004/diff/60001/chromeos/dbus/fake_biod_enroll_session_client.h File chromeos/dbus/fake_biod_enroll_session_client.h (right): https://codereview.chromium.org/2578323004/diff/60001/chromeos/dbus/fake_biod_enroll_session_client.h#newcode28 chromeos/dbus/fake_biod_enroll_session_client.h:28: base::WeakPtrFactory<FakeBiodEnrollSessionClient> weak_ptr_factory_; On 2017/03/21 00:01:32, rkc wrote: > Can ...
3 years, 9 months ago (2017-03-21 01:09:54 UTC) #9
rkc
lgtm provided comments on previous patches are addressed and merged.
3 years, 9 months ago (2017-03-25 00:51:23 UTC) #10
sammiequon
On 2017/03/25 00:51:23, rkc wrote: > lgtm provided comments on previous patches are addressed and ...
3 years, 8 months ago (2017-04-04 00:16:12 UTC) #13
Daniel Erat
(i'm in promo committee tomorrow and probably won't get to this until wednesday)
3 years, 8 months ago (2017-04-04 00:20:23 UTC) #14
sammiequon
On 2017/04/04 00:20:23, Daniel Erat wrote: > (i'm in promo committee tomorrow and probably won't ...
3 years, 8 months ago (2017-04-04 00:22:25 UTC) #15
Daniel Erat
sorry, i was wrong when i said i wouldn't have time to take a look ...
3 years, 8 months ago (2017-04-04 02:10:58 UTC) #16
sammiequon
https://codereview.chromium.org/2578323004/diff/140001/chromeos/dbus/biod/fake_biod_client.h File chromeos/dbus/biod/fake_biod_client.h (right): https://codereview.chromium.org/2578323004/diff/140001/chromeos/dbus/biod/fake_biod_client.h#newcode14 chromeos/dbus/biod/fake_biod_client.h:14: class ObjectPath; On 2017/04/04 02:10:57, Daniel Erat wrote: > ...
3 years, 8 months ago (2017-04-04 04:15:51 UTC) #17
Daniel Erat
lgtm with a nit and a question https://codereview.chromium.org/2578323004/diff/160001/chromeos/dbus/biod/fake_biod_client.cc File chromeos/dbus/biod/fake_biod_client.cc (right): https://codereview.chromium.org/2578323004/diff/160001/chromeos/dbus/biod/fake_biod_client.cc#newcode32 chromeos/dbus/biod/fake_biod_client.cc:32: const ObjectPathCallback& ...
3 years, 8 months ago (2017-04-04 05:53:34 UTC) #18
sammiequon
Thanks! https://codereview.chromium.org/2578323004/diff/160001/chromeos/dbus/biod/fake_biod_client.cc File chromeos/dbus/biod/fake_biod_client.cc (right): https://codereview.chromium.org/2578323004/diff/160001/chromeos/dbus/biod/fake_biod_client.cc#newcode32 chromeos/dbus/biod/fake_biod_client.cc:32: const ObjectPathCallback& callback) {} On 2017/04/04 05:53:34, Daniel ...
3 years, 8 months ago (2017-04-04 16:07:22 UTC) #19
Daniel Erat
lgtm
3 years, 8 months ago (2017-04-04 16:31:05 UTC) #20
sammiequon
On 2017/04/04 16:31:05, Daniel Erat wrote: > lgtm Thanks! stevenjb@ - Please take a look. ...
3 years, 8 months ago (2017-04-04 16:42:57 UTC) #22
stevenjb
https://codereview.chromium.org/2578323004/diff/180001/chromeos/dbus/biod/fake_biod_client.cc File chromeos/dbus/biod/fake_biod_client.cc (right): https://codereview.chromium.org/2578323004/diff/180001/chromeos/dbus/biod/fake_biod_client.cc#newcode32 chromeos/dbus/biod/fake_biod_client.cc:32: const ObjectPathCallback& callback) {} Typically the fake should invoke ...
3 years, 8 months ago (2017-04-04 17:07:31 UTC) #23
sammiequon
https://codereview.chromium.org/2578323004/diff/180001/chromeos/dbus/biod/fake_biod_client.cc File chromeos/dbus/biod/fake_biod_client.cc (right): https://codereview.chromium.org/2578323004/diff/180001/chromeos/dbus/biod/fake_biod_client.cc#newcode32 chromeos/dbus/biod/fake_biod_client.cc:32: const ObjectPathCallback& callback) {} On 2017/04/04 17:07:31, stevenjb wrote: ...
3 years, 8 months ago (2017-04-04 18:31:02 UTC) #26
stevenjb
lgtm
3 years, 8 months ago (2017-04-04 18:35:54 UTC) #27
sammiequon
On 2017/04/04 18:35:54, stevenjb wrote: > lgtm Thanks!
3 years, 8 months ago (2017-04-04 18:41:29 UTC) #30
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/2578323004/220001
3 years, 8 months ago (2017-04-05 21:31:16 UTC) #37
commit-bot: I haz the power
3 years, 8 months ago (2017-04-05 22:47:56 UTC) #40
Message was sent while issue was closed.
Committed patchset #9 (id:220001) as
https://chromium.googlesource.com/chromium/src/+/86bf7840e543a6ec7959b0b1639a...

Powered by Google App Engine
This is Rietveld 408576698