Chromium Code Reviews| Index: remoting/client/ios/bridge/client_instance_unittest.mm |
| diff --git a/remoting/client/ios/bridge/client_instance_unittest.mm b/remoting/client/ios/bridge/client_instance_unittest.mm |
| index f09397814ff545df75eb6b55e5e273a82280b637..d0e6a17595a8c6cffeb961828b38ac368df11d0b 100644 |
| --- a/remoting/client/ios/bridge/client_instance_unittest.mm |
| +++ b/remoting/client/ios/bridge/client_instance_unittest.mm |
| @@ -187,7 +187,7 @@ TEST_F(ClientInstanceTest, SecretPin) { |
| HostPreferences* newHost = [HostPreferences hostForId:hostId]; |
| newHost.pairId = pairingId; |
| newHost.pairSecret = pairingSecret; |
| - [newHost saveToSSOKeychain]; |
| + [newHost saveToKeychain]; |
|
nicholss
2017/01/13 19:20:33
Removing the SSO language. Attempting to make it g
|
| // Suggesting that our pairing Id is known, but since it is not the correct |
| // credentials expect the stored value to be discarded before requesting the |