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

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: rebase Created 3 years, 7 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
« no previous file with comments | « chromeos/dbus/biod/fake_biod_client.cc ('k') | chromeos/dbus/biod/test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..b919b3ec48c5915c55858964fada14100b1f84e1 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 */);
}
}
« no previous file with comments | « chromeos/dbus/biod/fake_biod_client.cc ('k') | chromeos/dbus/biod/test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698