Index: ppapi/tests/test_tcp_socket_private.h |
=================================================================== |
--- ppapi/tests/test_tcp_socket_private.h (revision 128267) |
+++ ppapi/tests/test_tcp_socket_private.h (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -25,7 +25,6 @@ |
private: |
std::string TestBasic(); |
std::string TestReadWrite(); |
- std::string TestReadWriteSSL(); |
std::string TestConnectAddress(); |
int32_t ReadFirstLineFromSocket(pp::TCPSocketPrivate* socket, std::string* s); |
@@ -34,7 +33,6 @@ |
std::string host_; |
uint16_t port_; |
- uint16_t ssl_port_; |
}; |
#endif // PAPPI_TESTS_TEST_TCP_SOCKET_PRIVATE_H_ |