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

Unified Diff: ppapi/tests/test_net_address_private.h

Issue 9235035: Add getter methods for sockaddr. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Fixing errors found by review system. Created 8 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
Index: ppapi/tests/test_net_address_private.h
===================================================================
--- ppapi/tests/test_net_address_private.h (revision 119128)
+++ ppapi/tests/test_net_address_private.h (working copy)
@@ -23,8 +23,10 @@
std::string TestDescribe();
std::string TestReplacePort();
std::string TestGetAnyAddress();
-
std::string TestDescribeIPv6();
+ std::string TestGetFamily();
+ std::string TestGetPort();
+ std::string TestGetAddress();
};
#endif // PAPPI_TESTS_TEST_NET_ADDRESS_PRIVATE_H_

Powered by Google App Engine
This is Rietveld 408576698