| Index: remoting/client/ios/bridge/client_proxy.mm
|
| diff --git a/remoting/client/ios/bridge/client_proxy.mm b/remoting/client/ios/bridge/client_proxy.mm
|
| index ad99a27f1010ed589c3d2a5d846d2cedcba68ab9..6dae2c6ed33343bef36cb52b20aed47d9733b455 100644
|
| --- a/remoting/client/ios/bridge/client_proxy.mm
|
| +++ b/remoting/client/ios/bridge/client_proxy.mm
|
| @@ -122,7 +122,7 @@ void ClientProxy::CommitPairingCredentials(const std::string& host_id,
|
| host.pairId = nsPairId;
|
| host.pairSecret = nsPairSecret;
|
|
|
| - [host saveToSSOKeychain];
|
| + [host saveToKeychain];
|
| }
|
|
|
| void ClientProxy::RedrawCanvas(webrtc::DesktopFrame* buffer) {
|
|
|