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

Side by Side Diff: chrome/test/ui/ppapi_uitest.cc

Issue 9557006: Implement PPB_NetworkMonitor_Private Pepper interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | content/renderer/p2p/ipc_network_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/command_line.h" 5 #include "base/command_line.h"
6 #include "base/file_util.h" 6 #include "base/file_util.h"
7 #include "base/path_service.h" 7 #include "base/path_service.h"
8 #include "base/stringprintf.h" 8 #include "base/stringprintf.h"
9 #include "base/string_util.h" 9 #include "base/string_util.h"
10 #include "base/test/test_timeouts.h" 10 #include "base/test/test_timeouts.h"
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 790
791 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_AreEqual) 791 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_AreEqual)
792 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_AreHostsEqual) 792 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_AreHostsEqual)
793 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_NetAddressPrivateUntrusted_Describe) 793 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_NetAddressPrivateUntrusted_Describe)
794 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_NetAddressPrivateUntrusted_ReplacePort) 794 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_NetAddressPrivateUntrusted_ReplacePort)
795 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_GetAnyAddress) 795 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_GetAnyAddress)
796 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_GetFamily) 796 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_GetFamily)
797 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_NetAddressPrivateUntrusted_GetPort) 797 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_NetAddressPrivateUntrusted_GetPort)
798 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_GetAddress) 798 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_GetAddress)
799 799
800 TEST_PPAPI_IN_PROCESS(NetworkMonitorPrivate_Basic)
801 TEST_PPAPI_IN_PROCESS(NetworkMonitorPrivate_2Monitors)
802
800 // PPB_TCPSocket_Private currently isn't supported in-process. 803 // PPB_TCPSocket_Private currently isn't supported in-process.
801 IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, TCPSocketPrivate) { 804 IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, TCPSocketPrivate) {
802 RunTestViaHTTP("TCPSocketPrivate"); 805 RunTestViaHTTP("TCPSocketPrivate");
803 } 806 }
804 807
805 TEST_PPAPI_IN_PROCESS(Flash_SetInstanceAlwaysOnTop) 808 TEST_PPAPI_IN_PROCESS(Flash_SetInstanceAlwaysOnTop)
806 TEST_PPAPI_IN_PROCESS(Flash_GetProxyForURL) 809 TEST_PPAPI_IN_PROCESS(Flash_GetProxyForURL)
807 TEST_PPAPI_IN_PROCESS(Flash_MessageLoop) 810 TEST_PPAPI_IN_PROCESS(Flash_MessageLoop)
808 TEST_PPAPI_IN_PROCESS(Flash_GetLocalTimeZoneOffset) 811 TEST_PPAPI_IN_PROCESS(Flash_GetLocalTimeZoneOffset)
809 TEST_PPAPI_IN_PROCESS(Flash_GetCommandLineArgs) 812 TEST_PPAPI_IN_PROCESS(Flash_GetCommandLineArgs)
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
951 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_OutOfRangeAccess) 954 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_OutOfRangeAccess)
952 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_EmptyArray) 955 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_EmptyArray)
953 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_InvalidElement) 956 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_InvalidElement)
954 957
955 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_Basics) 958 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_Basics)
956 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit) 959 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit)
957 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics) 960 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics)
958 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit) 961 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit)
959 962
960 #endif // ADDRESS_SANITIZER 963 #endif // ADDRESS_SANITIZER
OLDNEW
« no previous file with comments | « no previous file | content/renderer/p2p/ipc_network_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698