Index: services/device/public/interfaces/fingerprint.mojom |
diff --git a/services/device/public/interfaces/fingerprint.mojom b/services/device/public/interfaces/fingerprint.mojom |
index c9059cb7263a406d19c2ad867e24292f3f312ce2..d0636f294a0aa045d04d9be461ae701924c42564 100644 |
--- a/services/device/public/interfaces/fingerprint.mojom |
+++ b/services/device/public/interfaces/fingerprint.mojom |
@@ -15,7 +15,7 @@ interface FingerprintObserver{ |
// Called whenever a user attempts a scan. |scan_result| tells whether the |
// scan was succesful. |is_complete| tells whether record is complete |
// and now over. |
- OnEnrollScanDone(uint32 scan_result, bool is_complete); |
+ OnEnrollScanDone(uint32 scan_result, bool is_complete, int32 percent_complete); |
Daniel Erat
2017/05/03 20:47:34
this looks like it's wrapping. do we usually limit
xiaoyinh(OOO Sep 11-29)
2017/05/04 00:29:51
I checked other mojom files, seems like they are w
|
// Called to indicate a bad scan of any kind, or a succesful scan. If scan |
// is successful, |matches| is a map of user id keys to a vector of |