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

Side by Side Diff: chromeos/dbus/ibus/mock_ibus_engine_factory_service.cc

Issue 10836047: Revise IBus related DBus module. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Style fix Created 8 years, 4 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 unified diff | Download patch
« no previous file with comments | « chromeos/dbus/ibus/mock_ibus_engine_factory_service.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <string>
5 #include "chromeos/dbus/ibus/mock_ibus_engine_factory_service.h" 6 #include "chromeos/dbus/ibus/mock_ibus_engine_factory_service.h"
6 7
7 namespace chromeos { 8 namespace chromeos {
8 9
9 MockIBusEngineFactoryService::MockIBusEngineFactoryService() { 10 MockIBusEngineFactoryService::MockIBusEngineFactoryService() {
10 } 11 }
11 12
12 MockIBusEngineFactoryService::~MockIBusEngineFactoryService() { 13 MockIBusEngineFactoryService::~MockIBusEngineFactoryService() {
13 } 14 }
14 15
15 void MockIBusEngineFactoryService::SetCreateEngineHandler( 16 void MockIBusEngineFactoryService::SetCreateEngineHandler(
17 const std::string& engine_id,
16 const CreateEngineHandler& create_engine_handler) { 18 const CreateEngineHandler& create_engine_handler) {
17 } 19 }
18 20
19 void MockIBusEngineFactoryService::UnsetCreateEngineHandler() { 21 void MockIBusEngineFactoryService::UnsetCreateEngineHandler(
22 const std::string& engine_id) {
20 } 23 }
21 24
22 } // namespace chromeos 25 } // namespace chromeos
OLDNEW
« no previous file with comments | « chromeos/dbus/ibus/mock_ibus_engine_factory_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698