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/test_utils.cc

Issue 2858003002: Roll src/third_party/cros_system_api/ c6eab9e4d..6139ae009 + API change (Closed)
Patch Set: comments 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/test_utils.cc
diff --git a/chromeos/dbus/biod/test_utils.cc b/chromeos/dbus/biod/test_utils.cc
index f79cff4c769465ca85466cfebf24546f485606de..a54ac6e39b1a58722afeda6349cca1a5e8731a68 100644
--- a/chromeos/dbus/biod/test_utils.cc
+++ b/chromeos/dbus/biod/test_utils.cc
@@ -58,7 +58,8 @@ void TestBiodObserver::ResetAllCounts() {
void TestBiodObserver::BiodServiceRestarted() {}
void TestBiodObserver::BiodEnrollScanDoneReceived(biod::ScanResult scan_result,
- bool is_complete) {
+ bool is_complete,
+ int percent_complete) {
is_complete ? num_complete_enroll_scans_received_++
: num_incomplete_enroll_scans_received_++;
}

Powered by Google App Engine
This is Rietveld 408576698