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

Unified Diff: chrome/browser/ui/webui/chromeos/login/user_board_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: Rebase 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/chromeos/login/user_board_screen_handler.h
diff --git a/chrome/browser/ui/webui/chromeos/login/user_board_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/user_board_screen_handler.h
index 36b1118d2a3b1bb1d8ef92731d20d69d4493ab35..1c85437018562464c46c1797ba959bec7007482c 100644
--- a/chrome/browser/ui/webui/chromeos/login/user_board_screen_handler.h
+++ b/chrome/browser/ui/webui/chromeos/login/user_board_screen_handler.h
@@ -47,9 +47,10 @@ class UserBoardScreenHandler : public BaseScreenHandler, public UserBoardView {
void ShowUserPodCustomIcon(const std::string& user_id,
const base::DictionaryValue& icon) override;
void HideUserPodCustomIcon(const std::string& user_id) override;
- void SetAuthType(const std::string& user_id,
- ScreenlockBridge::LockHandler::AuthType auth_type,
- const base::string16& initial_value) override;
+ void SetAuthType(
+ const std::string& user_id,
+ proximity_auth::ScreenlockBridge::LockHandler::AuthType auth_type,
+ const base::string16& initial_value) override;
void Bind(UserBoardModel& model) override;
void Unbind() override;

Powered by Google App Engine
This is Rietveld 408576698