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

Unified Diff: chromeos/dbus/biod/test_utils.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/test_utils.cc
diff --git a/chromeos/dbus/biod/test_utils.cc b/chromeos/dbus/biod/test_utils.cc
index f79cff4c769465ca85466cfebf24546f485606de..255ed5b14375fdcab7bab2a6f75de8844dcd9a29 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,
+ int32_t percent_complete) {
is_complete ? num_complete_enroll_scans_received_++
: num_incomplete_enroll_scans_received_++;
}

Powered by Google App Engine
This is Rietveld 408576698