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