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

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

Issue 2628403002: Migrating host preferences, runtime, and gestures to chromium from internal. (Closed)
Patch Set: Created 3 years, 11 months 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];
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

Powered by Google App Engine
This is Rietveld 408576698