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. |