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

Unified Diff: chrome/browser/ui/webui/chromeos/login/user_board_screen_handler.h

Issue 2903353003: Adding mojo calls for easy unlock service (Closed)
Patch Set: comments and 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/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 13936abcdaa0a2ad810d0000e83f781c3b07bd18..66a697b6e12ed79011a2397736cd1811fec25ad6 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
@@ -46,8 +46,10 @@ class UserBoardScreenHandler : public BaseScreenHandler, public UserBoardView {
const std::string& default_locale,
bool multiple_recommended_locales) override;
void ShowBannerMessage(const base::string16& message) override;
- void ShowUserPodCustomIcon(const AccountId& account_id,
- const base::DictionaryValue& icon) override;
+ void ShowUserPodCustomIcon(
+ const AccountId& account_id,
+ const proximity_auth::ScreenlockBridge::UserPodCustomIconOptions&
+ icon_options) override;
void HideUserPodCustomIcon(const AccountId& account_id) override;
void SetAuthType(
const AccountId& account_id,
« no previous file with comments | « chrome/browser/ui/ash/lock_screen_client.cc ('k') | chrome/browser/ui/webui/chromeos/login/user_board_screen_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698