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

Unified Diff: chrome/browser/ui/webui/signin/user_manager_screen_handler.h

Issue 1096293003: Move screenlock_bridge to components/proximity_auth (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix linux build Created 5 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/signin/user_manager_screen_handler.h
diff --git a/chrome/browser/ui/webui/signin/user_manager_screen_handler.h b/chrome/browser/ui/webui/signin/user_manager_screen_handler.h
index 2a68f7e857b52c11a8fdaa32c6c6c6ee54d60a28..4f82cd330766cce8daec76ba59ded080fd694598 100644
--- a/chrome/browser/ui/webui/signin/user_manager_screen_handler.h
+++ b/chrome/browser/ui/webui/signin/user_manager_screen_handler.h
@@ -14,8 +14,8 @@
#include "base/memory/weak_ptr.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/profiles/profile_metrics.h"
-#include "chrome/browser/signin/screenlock_bridge.h"
#include "chrome/browser/ui/host_desktop.h"
+#include "components/signin/content/screenlock_bridge.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
#include "content/public/browser/web_ui_message_handler.h"
@@ -59,6 +59,8 @@ class UserManagerScreenHandler : public content::WebUIMessageHandler,
const base::string16& auth_value) override;
AuthType GetAuthType(const std::string& user_email) const override;
ScreenType GetScreenType() const override;
+ void Lock(content::BrowserContext* browser_context) override;
+ void Unlock(content::BrowserContext* browser_context) override;
void Unlock(const std::string& user_email) override;
void AttemptEasySignin(const std::string& user_email,
const std::string& secret,

Powered by Google App Engine
This is Rietveld 408576698