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

Unified Diff: chrome/browser/ui/webui/settings/chromeos/fingerprint_handler.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: chrome/browser/ui/webui/settings/chromeos/fingerprint_handler.h
diff --git a/chrome/browser/ui/webui/settings/chromeos/fingerprint_handler.h b/chrome/browser/ui/webui/settings/chromeos/fingerprint_handler.h
index 417cfcb6360abcaa9e29939ceb14c514e27da5e7..5912e693e57194a24ff7dfca2ad22095b75de1fe 100644
--- a/chrome/browser/ui/webui/settings/chromeos/fingerprint_handler.h
+++ b/chrome/browser/ui/webui/settings/chromeos/fingerprint_handler.h
@@ -41,7 +41,8 @@ class FingerprintHandler : public ::settings::SettingsPageUIHandler,
// device::mojom::FingerprintObserver:
void OnRestarted() override;
void OnEnrollScanDone(uint32_t scan_result,
- bool enroll_session_complete) override;
+ bool enroll_session_complete,
+ int32_t percent_complete) override;
void OnAuthScanDone(uint32_t scan_result,
const AttemptMatches& matches) override;
void OnSessionFailed() override;

Powered by Google App Engine
This is Rietveld 408576698