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

Unified Diff: remoting/client/ios/bridge/client_instance_unittest.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_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];
// 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

Powered by Google App Engine
This is Rietveld 408576698