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

Unified Diff: services/device/fingerprint/fingerprint_chromeos.h

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 | « services/device/fingerprint/BUILD.gn ('k') | services/device/fingerprint/fingerprint_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/fingerprint/fingerprint_chromeos.h
diff --git a/services/device/fingerprint/fingerprint_chromeos.h b/services/device/fingerprint/fingerprint_chromeos.h
index b80663918fa51e30a56453dbf3b3610b94267cf5..45d7274e9c844c4943110bd5c9b941733d760314 100644
--- a/services/device/fingerprint/fingerprint_chromeos.h
+++ b/services/device/fingerprint/fingerprint_chromeos.h
@@ -58,7 +58,8 @@ class SERVICES_DEVICE_FINGERPRINT_EXPORT FingerprintChromeOS
// chromeos::BiodClient::Observer:
void BiodServiceRestarted() override;
void BiodEnrollScanDoneReceived(biod::ScanResult scan_result,
- bool enroll_session_complete) override;
+ bool enroll_session_complete,
+ int percent_complete) override;
void BiodAuthScanDoneReceived(
biod::ScanResult scan_result,
const chromeos::AuthScanMatches& matches) override;
« no previous file with comments | « services/device/fingerprint/BUILD.gn ('k') | services/device/fingerprint/fingerprint_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698