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

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

Issue 14404007: Fix crash on extension IME reloading on Linux Desktop with chromeos=1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing comments Created 7 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 | « 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 b5923613b2563e79b41fca3c17b25b18fd21ba87..a34dcaf71582aeb852dd45c99a6a8389be2aa1d3 100644
--- a/chromeos/dbus/ibus/mock_ibus_engine_service.cc
+++ b/chromeos/dbus/ibus/mock_ibus_engine_service.cc
@@ -15,7 +15,7 @@ MockIBusEngineService::~MockIBusEngineService() {
void MockIBusEngineService::SetEngine(IBusEngineHandlerInterface* handler) {
}
-void MockIBusEngineService::UnsetEngine() {
+void MockIBusEngineService::UnsetEngine(IBusEngineHandlerInterface* handler) {
}
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