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

Unified Diff: ppapi/tests/test_udp_socket_private_shared.h

Issue 8775063: Revert 112693 - committed before review was done - Landing 8688002: PPB_TCPSocket_Private/PPB_UDP... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « ppapi/tests/test_tcp_socket_private_shared.cc ('k') | ppapi/tests/test_udp_socket_private_shared.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_udp_socket_private_shared.h
===================================================================
--- ppapi/tests/test_udp_socket_private_shared.h (revision 112751)
+++ ppapi/tests/test_udp_socket_private_shared.h (working copy)
@@ -1,42 +0,0 @@
-// 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.
-
-#ifndef PPAPI_TESTS_TEST_UDP_SOCKET_PRIVATE_SHARED_H_
-#define PPAPI_TESTS_TEST_UDP_SOCKET_PRIVATE_SHARED_H_
-
-#include "ppapi/cpp/private/tcp_socket_private.h"
-#include "ppapi/cpp/private/udp_socket_private.h"
-#include "ppapi/tests/test_case.h"
-
-class TestUDPSocketPrivateShared : public TestCase {
- public:
- explicit TestUDPSocketPrivateShared(TestingInstance* instance);
-
- // TestCase implementation.
- virtual bool Init();
- virtual void RunTests(const std::string& filter);
-
- void QuitMessageLoop();
-
- private:
- static const char* const kHost;
- static const int kPort = 80;
-
- // Creates tcp_socket and connects to www.google.com:80. After that,
- // stores into |address| local address and returns created
- // tcp_socket. This is a way to create |PP_NetAddress_Private|
- // structure filled with local IP and some free port.
- std::string GenerateNetAddress(PP_Resource* socket,
- PP_NetAddress_Private* address);
- std::string CreateAndBindUDPSocket(const PP_NetAddress_Private *address,
- PP_Resource *socket);
-
- std::string TestCreate();
- std::string TestConnect();
-
- const PPB_TCPSocket_Private* tcp_socket_private_interface_;
- const PPB_UDPSocket_Private* udp_socket_private_interface_;
-};
-
-#endif // PPAPI_TESTS_TEST_UDP_SOCKET_PRIVATE_SHARED_H_
« no previous file with comments | « ppapi/tests/test_tcp_socket_private_shared.cc ('k') | ppapi/tests/test_udp_socket_private_shared.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698