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

Unified Diff: chromeos/dbus/biod/fake_biod_client.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/fake_biod_client.h
diff --git a/chromeos/dbus/biod/fake_biod_client.h b/chromeos/dbus/biod/fake_biod_client.h
index f6e5a85d19eaf3ff051fca602c9c5b28d64299e8..0c19720f65ef3bb01e427ba5baa5240531621b8d 100644
--- a/chromeos/dbus/biod/fake_biod_client.h
+++ b/chromeos/dbus/biod/fake_biod_client.h
@@ -40,7 +40,8 @@ class CHROMEOS_EXPORT FakeBiodClient : public BiodClient {
// is true the enroll session is finished, and the record is stored.
void SendEnrollScanDone(const std::string& fingerprint,
biod::ScanResult type_result,
- bool is_complete);
+ bool is_complete,
+ int32_t percent_complete);
// Emulates a scan that occurs during a authentication session. |fingerprint|
// is a string which represents the finger, and will be compared with all the
// stored fingerprints.

Powered by Google App Engine
This is Rietveld 408576698