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

Unified Diff: ppapi/tests/test_net_address_private_untrusted.h

Issue 9307115: PPB_NetAddress_Private: add getter methods for sockaddr. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync 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/tests/test_net_address_private.cc ('k') | ppapi/tests/test_net_address_private_untrusted.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_net_address_private_untrusted.h
diff --git a/ppapi/tests/test_net_address_private_untrusted.h b/ppapi/tests/test_net_address_private_untrusted.h
index 25e764d65865bfd599eafa23ae16fc915adec90f..f1f046278f625f92d4eef18780eb9a6d17b4839a 100644
--- a/ppapi/tests/test_net_address_private_untrusted.h
+++ b/ppapi/tests/test_net_address_private_untrusted.h
@@ -33,6 +33,9 @@ class TestNetAddressPrivateUntrusted : public TestCase {
std::string TestDescribe();
std::string TestReplacePort();
std::string TestGetAnyAddress();
+ std::string TestGetFamily();
+ std::string TestGetPort();
+ std::string TestGetAddress();
std::string host_;
uint16_t port_;
« no previous file with comments | « ppapi/tests/test_net_address_private.cc ('k') | ppapi/tests/test_net_address_private_untrusted.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698