| 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 6f2ad55c95fd3b8c1c909babbe40c6630995951e..b194c5788ce592dd5c5d2c8893f3f0a628140bf4 100644
 | 
| --- a/chromeos/dbus/mock_dbus_thread_manager.cc
 | 
| +++ b/chromeos/dbus/mock_dbus_thread_manager.cc
 | 
| @@ -198,6 +198,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 BrightnessController::GetBrightnessPercent as part of ash tray
 | 
|    // initialization.
 | 
| 
 |