blob: 8ba58ea66d61f9447f917b16dbc688260f55a824 [file] [log] [blame]
// 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