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

Unified Diff: chrome/browser/chromeos/input_method/input_method_delegate_impl.h

Issue 14200032: Decouple l10n_util from InputMethodUtil. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: /MockInputMethodDelegate/FakeInputMethodDelegate/ Created 7 years, 8 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_delegate_impl.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_delegate_impl.h
diff --git a/chrome/browser/chromeos/input_method/input_method_delegate_impl.h b/chrome/browser/chromeos/input_method/input_method_delegate_impl.h
index 541aa71d84fc6bd475b21b8701bd6358760a8759..cb15566c2b761157bdef5111465a48dcb336c65c 100644
--- a/chrome/browser/chromeos/input_method/input_method_delegate_impl.h
+++ b/chrome/browser/chromeos/input_method/input_method_delegate_impl.h
@@ -22,7 +22,9 @@ class InputMethodDelegateImpl : public InputMethodDelegate {
// InputMethodDelegate implementation.
virtual std::string GetHardwareKeyboardLayout() const OVERRIDE;
- virtual std::string GetActiveLocale() const OVERRIDE;
+ virtual string16 GetLocalizedString(int resource_id) const OVERRIDE;
+ virtual string16 GetDisplayLanguageName(
+ const std::string& language_code) const OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(InputMethodDelegateImpl);
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/input_method_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698