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

Unified Diff: chromeos/dbus/ibus/mock_ibus_engine_service.cc

Issue 10968056: Fix crash bug of IME extension API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix nits Created 8 years, 3 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/dbus/ibus/mock_ibus_engine_service.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/ibus/mock_ibus_engine_service.cc
diff --git a/chromeos/dbus/ibus/mock_ibus_engine_service.cc b/chromeos/dbus/ibus/mock_ibus_engine_service.cc
index eb04082212ee00b798ce0376dd55edc2e8a256b9..064c25e14e7f408b199b1bbf13eaefdff46615d8 100644
--- a/chromeos/dbus/ibus/mock_ibus_engine_service.cc
+++ b/chromeos/dbus/ibus/mock_ibus_engine_service.cc
@@ -12,7 +12,10 @@ MockIBusEngineService::MockIBusEngineService() {
MockIBusEngineService::~MockIBusEngineService() {
}
-void MockIBusEngineService::Initialize(IBusEngineHandlerInterface* handler) {
+void MockIBusEngineService::SetEngine(IBusEngineHandlerInterface* handler) {
+}
+
+void MockIBusEngineService::UnsetEngine() {
}
void MockIBusEngineService::RegisterProperties(
« no previous file with comments | « chromeos/dbus/ibus/mock_ibus_engine_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698