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

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

Issue 2723083003: Rename LRU Input Method to Last Input Method (Closed)
Patch Set: Rebase. 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 57d1043dbc393cf0e21ce6c5004b0dc2e4360c17..861ac63bf98a68621524917151de1e79f2f847b5 100644
--- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
+++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
@@ -235,10 +235,10 @@ class SigninScreenHandler
JSCallsContainer* js_calls_container);
~SigninScreenHandler() override;
- static std::string GetUserLRUInputMethod(const std::string& username);
+ static std::string GetUserLastInputMethod(const std::string& username);
// Update current input method (namely keyboard layout) in the given IME state
- // to LRU by this user.
+ // to last input method used by this user.
static void SetUserInputMethod(
const std::string& username,
input_method::InputMethodManager::State* ime_state);

Powered by Google App Engine
This is Rietveld 408576698