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

Unified Diff: remoting/client/ios/bridge/client_proxy_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/bridge/client_proxy.mm ('k') | remoting/client/ios/client_gestures.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/ios/bridge/client_proxy_unittest.mm
diff --git a/remoting/client/ios/bridge/client_proxy_unittest.mm b/remoting/client/ios/bridge/client_proxy_unittest.mm
index 3e0e8b4cc9f76a6dad846d7bace9e06fda80d87f..66faf2167243c45a1cafdeb496e73654bfb2e805 100644
--- a/remoting/client/ios/bridge/client_proxy_unittest.mm
+++ b/remoting/client/ios/bridge/client_proxy_unittest.mm
@@ -198,7 +198,7 @@ class ClientProxyTest : public ::testing::Test {
if (existingHost != nil) {
existingHost.pairId = @"";
existingHost.pairSecret = @"";
- [existingHost saveToSSOKeychain];
+ [existingHost saveToKeychain];
}
clientProxy_->CommitPairingCredentials(hostName, pairingId, pairingSecret);
@@ -230,7 +230,7 @@ class ClientProxyTest : public ::testing::Test {
ClientProxyDelegateWrapper* delegateWrapper_;
};
-// TODO(nicholss): Removing these tests for now until we settle on a
+// TODO(nicholss): Commenting these tests out for now until we settle on
// what the final strings will be.
// TEST_F(ClientProxyTest, ReportConnectionStatusINITIALIZING) {
// TestConnnectionStatus(protocol::ConnectionToHost::State::INITIALIZING,
@@ -284,7 +284,8 @@ TEST_F(ClientProxyTest, CommitPairingCredentialsExtended) {
base::SysNSStringToUTF8(kPairingSecret));
}
-// TODO(nicholss): Re-enable these tests.
+// TODO(nicholss): Re-enable these tests. Activly changing how rendering
+// is done for the app at the moment.
// TEST_F(ClientProxyTest, RedrawCanvasBasic) {
// webrtc::BasicDesktopFrame frame(webrtc::DesktopSize(1, 1));
// webrtc::DesktopRegion regions;
« no previous file with comments | « remoting/client/ios/bridge/client_proxy.mm ('k') | remoting/client/ios/client_gestures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698