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

Unified Diff: ppapi/tests/test_tcp_socket_private_disallowed.h

Issue 9379002: Move socket API restriction check to browser process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 10 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 | « ppapi/proxy/ppb_udp_socket_private_proxy.cc ('k') | ppapi/tests/test_tcp_socket_private_disallowed.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_tcp_socket_private_disallowed.h
diff --git a/ppapi/tests/test_tcp_socket_private_disallowed.h b/ppapi/tests/test_tcp_socket_private_disallowed.h
index 9371028b35a1023d0f5c1055e44b3f570b3b520e..6027905cc35ca67cbb25c7e6974662c722334f92 100644
--- a/ppapi/tests/test_tcp_socket_private_disallowed.h
+++ b/ppapi/tests/test_tcp_socket_private_disallowed.h
@@ -19,7 +19,7 @@ class TestTCPSocketPrivateDisallowed : public TestCase {
virtual void RunTests(const std::string& filter);
private:
- std::string TestCreate();
+ std::string TestConnect();
const PPB_TCPSocket_Private* tcp_socket_private_interface_;
};
« no previous file with comments | « ppapi/proxy/ppb_udp_socket_private_proxy.cc ('k') | ppapi/tests/test_tcp_socket_private_disallowed.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698