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

Unified Diff: chrome/browser/chromeos/input_method/input_method_persistence.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
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/input_method_persistence.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/input_method_persistence.h
diff --git a/chrome/browser/chromeos/input_method/input_method_persistence.h b/chrome/browser/chromeos/input_method/input_method_persistence.h
index 2693d9703b60b25b81cae047440fd9b2f851c30a..090a7ecef5fc3a3a3251938aa684d5b8506c3ffe 100644
--- a/chrome/browser/chromeos/input_method/input_method_persistence.h
+++ b/chrome/browser/chromeos/input_method/input_method_persistence.h
@@ -42,9 +42,9 @@ class InputMethodPersistence : public InputMethodManager::Observer {
DISALLOW_COPY_AND_ASSIGN(InputMethodPersistence);
};
-void SetUserLRUInputMethodPreferenceForTesting(const std::string& username,
- const std::string& input_method,
- PrefService* local_state);
+void SetUserLastInputMethodPreferenceForTesting(const std::string& username,
+ const std::string& input_method,
+ PrefService* local_state);
} // namespace input_method
} // namespace chromeos
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/input_method_persistence.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698