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

Unified Diff: ppapi/tests/test_net_address_private.h

Issue 9722008: Add CreateFromIPv[46]Address() in PPB_NetAddress_Private. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
diff --git a/ppapi/tests/test_net_address_private.h b/ppapi/tests/test_net_address_private.h
index 1aa9c04bb30af51350c2f6469b6643c88fded094..0033df997b6806bec5c28d936526f3c07c80262a 100644
--- a/ppapi/tests/test_net_address_private.h
+++ b/ppapi/tests/test_net_address_private.h
@@ -27,6 +27,7 @@ class TestNetAddressPrivate : public TestCase {
std::string TestGetFamily();
std::string TestGetPort();
std::string TestGetAddress();
+ std::string TestGetScopeID();
};
#endif // PAPPI_TESTS_TEST_NET_ADDRESS_PRIVATE_H_

Powered by Google App Engine
This is Rietveld 408576698