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

Unified Diff: ppapi/tests/test_net_address_private.h

Issue 8590006: Pepper: Implement PPB_NetAddress_Private Describe() for IPv6 addresses on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
diff --git a/ppapi/tests/test_net_address_private.h b/ppapi/tests/test_net_address_private.h
index 32040183041c83dafad00e03c1c1cbe9166bad6a..987c1cdbafcbee932792a0fdaaa24ce068d19326 100644
--- a/ppapi/tests/test_net_address_private.h
+++ b/ppapi/tests/test_net_address_private.h
@@ -23,6 +23,8 @@ class TestNetAddressPrivate : public TestCase {
std::string TestDescribe();
std::string TestReplacePort();
std::string TestGetAnyAddress();
+
+ std::string TestDescribeIPv6();
};
#endif // PAPPI_TESTS_TEST_NET_ADDRESS_PRIVATE_H_

Powered by Google App Engine
This is Rietveld 408576698