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

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: 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 | « chromeos/dbus/biod/biod_client_unittest.cc ('k') | chromeos/dbus/biod/fake_biod_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..4de16c5e100ae99a5394ffc8269745a8cf750d68 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,
+ int 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.
« no previous file with comments | « chromeos/dbus/biod/biod_client_unittest.cc ('k') | chromeos/dbus/biod/fake_biod_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698