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

Unified Diff: chromeos/dbus/mock_dbus_thread_manager.cc

Issue 14729017: Add NetworkHandler to own network handlers in src/chromeos/network (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chromeos_unittests Created 7 years, 7 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/chromeos.gyp ('k') | chromeos/network/cert_loader.h » ('j') | 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 cdf7d0cec20db1c951a2095621b7fbb27b732ff1..169dddabadac147fa12feef16a3d60e7e314895c 100644
--- a/chromeos/dbus/mock_dbus_thread_manager.cc
+++ b/chromeos/dbus/mock_dbus_thread_manager.cc
@@ -162,6 +162,8 @@ MockDBusThreadManager::MockDBusThreadManager()
EXPECT_CALL(*mock_cryptohome_client_.get(), GetSystemSalt(_))
.WillRepeatedly(DoAll(SetArgumentPointee<0>(*GetMockSystemSalt()),
Return(true)));
+ EXPECT_CALL(*mock_cryptohome_client_.get(), TpmIsEnabled(_))
+ .Times(AnyNumber());
// Called from GeolocationHandler::Init().
EXPECT_CALL(*mock_shill_manager_client_.get(), GetProperties(_))
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/network/cert_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698