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

Unified Diff: chrome/test/ppapi/ppapi_browsertest.cc

Issue 23806003: Use PP_ArrayOutput and PPB_NetAddress in PPB_NetworkList_Private.. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | ppapi/api/private/ppb_network_list_private.idl » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ppapi/ppapi_browsertest.cc
diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
index e7e0260d719a2e3df10af343ef90121d77ab60ab..d5dcffc86a1694869c2d2a0b608e7cd8b0751786 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -1066,14 +1066,6 @@ IN_PROC_BROWSER_TEST_F(PPAPINaClPNaClTest, NetAddressPrivate) {
}
// NetworkMonitor tests.
-IN_PROC_BROWSER_TEST_F(PPAPITest, NetworkMonitor) {
- RunTestViaHTTP(
- LIST_TEST(NetworkMonitorPrivate_Basic)
- LIST_TEST(NetworkMonitorPrivate_2Monitors)
- LIST_TEST(NetworkMonitorPrivate_DeleteInCallback)
- LIST_TEST(NetworkMonitorPrivate_ListObserver)
- );
-}
IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, NetworkMonitor) {
RunTestViaHTTP(
LIST_TEST(NetworkMonitorPrivate_Basic)
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | ppapi/api/private/ppb_network_list_private.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698