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

Unified Diff: ppapi/tests/test_network_monitor_private.h

Issue 9677060: Out-of-process implementation of the PPB_NetworkMonitor_Private interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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_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);
};

Powered by Google App Engine
This is Rietveld 408576698