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

Unified Diff: remoting/client/ios/bridge/client_proxy.mm

Issue 2555803002: Adding the iOS app and integration example with GlRenderer. (Closed)
Patch Set: Adjusting how gl_renderer draws layers and added a demo app for CRD iOS. Created 4 years 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
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) {

Powered by Google App Engine
This is Rietveld 408576698