| Index: ppapi/tests/test_utils.h
|
| diff --git a/ppapi/tests/test_utils.h b/ppapi/tests/test_utils.h
|
| index 8cfd2ddd5c561c10534c3d12b1eccfe62cba1492..8cff24e15f172e2f2f84759fc9223341ed675005 100644
|
| --- a/ppapi/tests/test_utils.h
|
| +++ b/ppapi/tests/test_utils.h
|
| @@ -18,6 +18,7 @@ extern const int kActionTimeoutMs;
|
| const PPB_Testing_Dev* GetTestingInterface();
|
| std::string ReportError(const char* method, int32_t error);
|
| void PlatformSleep(int duration_ms);
|
| +bool GetLocalHostPort(PP_Instance instance, std::string* host, uint16_t* port);
|
|
|
| class TestCompletionCallback {
|
| public:
|
|
|