Commit 332c33ff authored by Sarah Hu's avatar Sarah Hu Committed by Commit Bot

Use cros fp manager in the chromeos biod client

Bug: 820128
Change-Id: I56c775c6da5d26b3904bce9e755c7eb22b012229
Reviewed-on: https://chromium-review.googlesource.com/956082Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Commit-Queue: Xiaoyin Hu <xiaoyinh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#542847}
parent 876ab469
......@@ -211,7 +211,7 @@ class BiodClientImpl : public BiodClient {
bus_ = bus;
dbus::ObjectPath fpc_bio_path = dbus::ObjectPath(base::StringPrintf(
"%s/%s", biod::kBiodServicePath, biod::kFpcBiometricsManagerName));
"%s/%s", biod::kBiodServicePath, biod::kCrosFpBiometricsManagerName));
biod_proxy_ = bus->GetObjectProxy(biod::kBiodServiceName, fpc_bio_path);
biod_proxy_->SetNameOwnerChangedCallback(
......
......@@ -69,7 +69,7 @@ class BiodClientTest : public testing::Test {
bus_ = new dbus::MockBus(options);
dbus::ObjectPath fpc_bio_path = dbus::ObjectPath(base::StringPrintf(
"%s/%s", biod::kBiodServicePath, biod::kFpcBiometricsManagerName));
"%s/%s", biod::kBiodServicePath, biod::kCrosFpBiometricsManagerName));
proxy_ = new dbus::MockObjectProxy(bus_.get(), biod::kBiodServiceName,
fpc_bio_path);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment