blob: 599c5a70d517c42f09d3d13c16d1c03d4b6255d3 [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/ash/mock_component_extension_ime_manager.h"
namespace ash {
input_method::InputMethodDescriptors
MockComponentExtensionIMEManager::GetXkbIMEAsInputMethodDescriptor() {
return input_method::InputMethodDescriptors();
}
} // namespace ash