| Index: ppapi/tests/test_utils.h
|
| diff --git a/ppapi/tests/test_utils.h b/ppapi/tests/test_utils.h
|
| index c2d920745b7c428984557aedc3523626700df051..019c26f0fe8aee407f10fdd3263471975dbbd967 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:
|
|
|