| Index: ppapi/tests/test_network_monitor_private.h
|
| diff --git a/ppapi/tests/test_network_monitor_private.h b/ppapi/tests/test_network_monitor_private.h
|
| index 20a99d43cec0b2f07a649a73498ff7a244cb91c6..00a856a9321bc4e67adcf7e2268a1af378440845 100644
|
| --- a/ppapi/tests/test_network_monitor_private.h
|
| +++ b/ppapi/tests/test_network_monitor_private.h
|
| @@ -21,6 +21,7 @@ class TestNetworkMonitorPrivate : public TestCase {
|
| private:
|
| std::string TestBasic();
|
| std::string Test2Monitors();
|
| + std::string TestDeleteInCallback();
|
|
|
| std::string VerifyNetworkList(PP_Resource network_resource);
|
| };
|
|
|