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

Unified Diff: chromeos/dbus/mock_dbus_thread_manager.cc

Issue 12577004: Added default expectation for MockDBusThreadManager::GetIBusConfigClient(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/mock_dbus_thread_manager.cc
diff --git a/chromeos/dbus/mock_dbus_thread_manager.cc b/chromeos/dbus/mock_dbus_thread_manager.cc
index 2a49ffe9440354c281a9586bddd9ff8828d6fed1..e269fd5bae70055c04fa604fbe0514d57c2c946f 100644
--- a/chromeos/dbus/mock_dbus_thread_manager.cc
+++ b/chromeos/dbus/mock_dbus_thread_manager.cc
@@ -107,6 +107,8 @@ MockDBusThreadManager::MockDBusThreadManager()
.WillRepeatedly(Return(mock_update_engine_client_.get()));
EXPECT_CALL(*this, GetIBusInputContextClient())
.WillRepeatedly(ReturnNull());
+ EXPECT_CALL(*this, GetIBusConfigClient())
+ .WillRepeatedly(ReturnNull());
EXPECT_CALL(*this, GetSystemBus())
.WillRepeatedly(ReturnNull());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698