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

Unified Diff: chromeos/ime/mock_input_method_delegate.cc

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 | « chromeos/ime/mock_input_method_delegate.h ('k') | chromeos/ime/xkeyboard_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/mock_input_method_delegate.cc
diff --git a/chromeos/ime/mock_input_method_delegate.cc b/chromeos/ime/mock_input_method_delegate.cc
deleted file mode 100644
index 0f681324f0a5fdbce29e8fae3008868788749655..0000000000000000000000000000000000000000
--- a/chromeos/ime/mock_input_method_delegate.cc
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chromeos/ime/mock_input_method_delegate.h"
-
-namespace chromeos {
-namespace input_method {
-
-MockInputMethodDelegate::MockInputMethodDelegate()
- : active_locale_("en") {
-}
-
-MockInputMethodDelegate::~MockInputMethodDelegate() {
-}
-
-std::string MockInputMethodDelegate::GetHardwareKeyboardLayout() const {
- return hardware_keyboard_layout_;
-}
-
-std::string MockInputMethodDelegate::GetActiveLocale() const {
- return active_locale_;
-}
-
-} // namespace input_method
-} // namespace chromeos
« no previous file with comments | « chromeos/ime/mock_input_method_delegate.h ('k') | chromeos/ime/xkeyboard_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698