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

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

Issue 2923773003: Adding mojo calls for several lock screen related operations. (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/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 d5256e2e3c8f32c8ddf6e6ae54dc6247abb2e53f..853d7707fc3b2dac4c6e4680771a0cce52e0d504 100644
--- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
+++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
@@ -465,9 +465,6 @@ class SigninScreenHandler
// Called when the cros property controlling allowed input methods changes.
void OnAllowedInputMethodsChanged();
- // Update the keyboard settings for |account_id|.
- void SetKeyboardSettings(const AccountId& account_id);
-
// Current UI state of the signin screen.
UIState ui_state_ = UI_STATE_UNKNOWN;

Powered by Google App Engine
This is Rietveld 408576698