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

Unified Diff: chrome/browser/extensions/api/screenlock_private/screenlock_private_api.h

Issue 2937553002: Create Mojo Struct for user information used in login/lock screen. (Closed)
Patch Set: rebase Created 3 years, 6 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/extensions/api/screenlock_private/screenlock_private_api.h
diff --git a/chrome/browser/extensions/api/screenlock_private/screenlock_private_api.h b/chrome/browser/extensions/api/screenlock_private/screenlock_private_api.h
index 8be74e505976efda4b610e632770c4cf118f4e4e..84cee32d32f759438a0ea7c839fef597f6792b4b 100644
--- a/chrome/browser/extensions/api/screenlock_private/screenlock_private_api.h
+++ b/chrome/browser/extensions/api/screenlock_private/screenlock_private_api.h
@@ -60,9 +60,8 @@ class ScreenlockPrivateEventRouter
explicit ScreenlockPrivateEventRouter(content::BrowserContext* context);
~ScreenlockPrivateEventRouter() override;
- bool OnAuthAttempted(
- proximity_auth::ScreenlockBridge::LockHandler::AuthType auth_type,
- const std::string& value);
+ bool OnAuthAttempted(proximity_auth::mojom::AuthType auth_type,
+ const std::string& value);
// BrowserContextKeyedAPI
static BrowserContextKeyedAPIFactory<ScreenlockPrivateEventRouter>*

Powered by Google App Engine
This is Rietveld 408576698