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

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

Issue 23453025: Refactor PPB_NetworkMonitor_Private interface to use CompletionCallback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/renderer/pepper/resource_creation_impl.h » ('j') | no next file with comments »
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 d5dcffc86a1694869c2d2a0b608e7cd8b0751786..a84cff0ea68af4484d78f2c5d2bec10bc9437454 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -1071,7 +1071,6 @@ IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, NetworkMonitor) {
LIST_TEST(NetworkMonitorPrivate_Basic)
LIST_TEST(NetworkMonitorPrivate_2Monitors)
LIST_TEST(NetworkMonitorPrivate_DeleteInCallback)
- LIST_TEST(NetworkMonitorPrivate_ListObserver)
);
}
IN_PROC_BROWSER_TEST_F(PPAPINaClNewlibTest, NetworkMonitor) {
@@ -1079,7 +1078,6 @@ IN_PROC_BROWSER_TEST_F(PPAPINaClNewlibTest, NetworkMonitor) {
LIST_TEST(NetworkMonitorPrivate_Basic)
LIST_TEST(NetworkMonitorPrivate_2Monitors)
LIST_TEST(NetworkMonitorPrivate_DeleteInCallback)
- LIST_TEST(NetworkMonitorPrivate_ListObserver)
);
}
IN_PROC_BROWSER_TEST_F(PPAPINaClGLibcTest, MAYBE_GLIBC(NetworkMonitor)) {
@@ -1087,7 +1085,6 @@ IN_PROC_BROWSER_TEST_F(PPAPINaClGLibcTest, MAYBE_GLIBC(NetworkMonitor)) {
LIST_TEST(NetworkMonitorPrivate_Basic)
LIST_TEST(NetworkMonitorPrivate_2Monitors)
LIST_TEST(NetworkMonitorPrivate_DeleteInCallback)
- LIST_TEST(NetworkMonitorPrivate_ListObserver)
);
}
IN_PROC_BROWSER_TEST_F(PPAPINaClPNaClTest, NetworkMonitor) {
@@ -1095,7 +1092,6 @@ IN_PROC_BROWSER_TEST_F(PPAPINaClPNaClTest, NetworkMonitor) {
LIST_TEST(NetworkMonitorPrivate_Basic)
LIST_TEST(NetworkMonitorPrivate_2Monitors)
LIST_TEST(NetworkMonitorPrivate_DeleteInCallback)
- LIST_TEST(NetworkMonitorPrivate_ListObserver)
);
}
« no previous file with comments | « no previous file | content/renderer/pepper/resource_creation_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698