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

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

Issue 2702393003: [ChromeOS] Expose keyboard remapping to signin screen. (Closed)
Patch Set: Address alemate@'s comment. Created 3 years, 10 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/signin_screen_handler.h
diff --git a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
index b978a550350be9680459582ca4fa85cefd58c361..2f3a934e0d8a1c18494d84a84002ae840575d834 100644
--- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
+++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
@@ -270,6 +270,10 @@ class SigninScreenHandler
// show instantaneously in tests.
void ZeroOfflineTimeoutForTesting();
+ const AccountId& focused_pod_account_id() {
xiyuan 2017/02/22 17:40:18 nit: Make it a const method i.e. const AccountId
xdai1 2017/02/22 18:36:16 Removed this function according to alemate@'s sugg
+ return *focused_pod_account_id_.get();
xiyuan 2017/02/22 17:40:18 What if |focused_pod_account_id_| holds nullptr an
+ }
+
private:
enum UIState {
UI_STATE_UNKNOWN = 0,

Powered by Google App Engine
This is Rietveld 408576698