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

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: Rename impl to match new header file name. 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
« no previous file with comments | « remoting/client/ios/app_runtime.cc ('k') | remoting/client/ios/bridge/client_proxy.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « remoting/client/ios/app_runtime.cc ('k') | remoting/client/ios/bridge/client_proxy.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698