Index: ppapi/tests/test_utils.h |
diff --git a/ppapi/tests/test_utils.h b/ppapi/tests/test_utils.h |
index 357a1c6a1543ea813af8a44d533eed7bd696fbe5..4621c355743966c11929c86af2c1fa09637b1eb8 100644 |
--- a/ppapi/tests/test_utils.h |
+++ b/ppapi/tests/test_utils.h |
@@ -34,6 +34,11 @@ bool ResolveHost(PP_Instance instance, |
const std::string& host, |
uint16_t port, |
pp::NetAddress* addr); |
+bool ReplacePort(PP_Instance instance, |
+ const pp::NetAddress& input_addr, |
+ uint16_t port, |
+ pp::NetAddress* output_addr); |
+uint16_t GetPort(const pp::NetAddress& addr); |
// NestedEvent allows you to run a nested MessageLoop and wait for a particular |
// event to complete. For example, you can use it to wait for a callback on a |