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

Unified Diff: chromeos/dbus/biod/fake_biod_client_unittest.cc

Issue 2858003002: Roll src/third_party/cros_system_api/ c6eab9e4d..6139ae009 + API change (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/dbus/biod/fake_biod_client_unittest.cc
diff --git a/chromeos/dbus/biod/fake_biod_client_unittest.cc b/chromeos/dbus/biod/fake_biod_client_unittest.cc
index 349fcfe5451ded2802b474ef5c38deb6bcd1cc6d..a49f9b9e895b497bfd1cafd9bff21b40185bc167 100644
--- a/chromeos/dbus/biod/fake_biod_client_unittest.cc
+++ b/chromeos/dbus/biod/fake_biod_client_unittest.cc
@@ -63,7 +63,8 @@ class FakeBiodClientTest : public testing::Test {
for (size_t i = 0; i < fingerprint_data.size(); ++i) {
fake_biod_client_.SendEnrollScanDone(
fingerprint_data[i], SCAN_RESULT_SUCCESS,
- i == fingerprint_data.size() - 1 /* is_complete */);
+ i == fingerprint_data.size() - 1 /* is_complete */,
+ -1 /* percent_complete not supported*/);
}
}

Powered by Google App Engine
This is Rietveld 408576698