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

Unified Diff: chromeos/dbus/biod/test_utils.h

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.h
diff --git a/chromeos/dbus/biod/test_utils.h b/chromeos/dbus/biod/test_utils.h
index d4a4df781049521a8c470e6d186662c579de5f1b..5817678ad0af8e5442cb79da02e51daaf49b88f0 100644
--- a/chromeos/dbus/biod/test_utils.h
+++ b/chromeos/dbus/biod/test_utils.h
@@ -64,7 +64,8 @@ class TestBiodObserver : public BiodClient::Observer {
// BiodClient::Observer:
void BiodServiceRestarted() override;
void BiodEnrollScanDoneReceived(biod::ScanResult scan_result,
- bool is_complete) override;
+ bool is_complete,
+ int32_t percent_complete) override;
void BiodAuthScanDoneReceived(biod::ScanResult scan_result,
const AuthScanMatches& matches) override;
void BiodSessionFailedReceived() override;

Powered by Google App Engine
This is Rietveld 408576698