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

Unified Diff: ui/base/ime/chromeos/mock_component_extension_ime_manager.cc

Issue 2824283003: Fix autoupdate_EndToEndTest on veyron_rialto (Closed)
Patch Set: Addressed more comments Created 3 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 | « ui/base/ime/chromeos/mock_component_extension_ime_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/chromeos/mock_component_extension_ime_manager.cc
diff --git a/ui/base/ime/chromeos/mock_component_extension_ime_manager.cc b/ui/base/ime/chromeos/mock_component_extension_ime_manager.cc
new file mode 100644
index 0000000000000000000000000000000000000000..8ba58ea66d61f9447f917b16dbc688260f55a824
--- /dev/null
+++ b/ui/base/ime/chromeos/mock_component_extension_ime_manager.cc
@@ -0,0 +1,14 @@
+// Copyright 2017 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 "ui/base/ime/chromeos/mock_component_extension_ime_manager.h"
+
+namespace chromeos {
+
+input_method::InputMethodDescriptors
+MockComponentExtensionIMEManager::GetXkbIMEAsInputMethodDescriptor() {
+ return input_method::InputMethodDescriptors();
+}
+
+} // namespace chromeos
« no previous file with comments | « ui/base/ime/chromeos/mock_component_extension_ime_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698