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

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

Issue 9649017: Revert 125761 - 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/file_util.h" 5 #include "base/file_util.h"
6 #include "base/path_service.h" 6 #include "base/path_service.h"
7 #include "base/test/test_timeouts.h" 7 #include "base/test/test_timeouts.h"
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "content/public/common/content_switches.h" 9 #include "content/public/common/content_switches.h"
10 #include "content/common/pepper_plugin_registry.h" 10 #include "content/common/pepper_plugin_registry.h"
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 721
722 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_AreEqual) 722 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_AreEqual)
723 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_AreHostsEqual) 723 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_AreHostsEqual)
724 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_NetAddressPrivateUntrusted_Describe) 724 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_NetAddressPrivateUntrusted_Describe)
725 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_NetAddressPrivateUntrusted_ReplacePort) 725 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_NetAddressPrivateUntrusted_ReplacePort)
726 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_GetAnyAddress) 726 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_GetAnyAddress)
727 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_GetFamily) 727 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_GetFamily)
728 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_NetAddressPrivateUntrusted_GetPort) 728 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_NetAddressPrivateUntrusted_GetPort)
729 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_GetAddress) 729 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_GetAddress)
730 730
731 TEST_PPAPI_IN_PROCESS(NetworkMonitorPrivate_Basic)
732 TEST_PPAPI_IN_PROCESS(NetworkMonitorPrivate_2Monitors)
733
734 // PPB_TCPSocket_Private currently isn't supported in-process. 731 // PPB_TCPSocket_Private currently isn't supported in-process.
735 TEST_F(OutOfProcessPPAPITest, TCPSocketPrivate) { 732 TEST_F(OutOfProcessPPAPITest, TCPSocketPrivate) {
736 RunTestViaHTTP("TCPSocketPrivate"); 733 RunTestViaHTTP("TCPSocketPrivate");
737 } 734 }
738 735
739 TEST_PPAPI_IN_PROCESS(Flash_SetInstanceAlwaysOnTop) 736 TEST_PPAPI_IN_PROCESS(Flash_SetInstanceAlwaysOnTop)
740 TEST_PPAPI_IN_PROCESS(Flash_GetProxyForURL) 737 TEST_PPAPI_IN_PROCESS(Flash_GetProxyForURL)
741 TEST_PPAPI_IN_PROCESS(Flash_MessageLoop) 738 TEST_PPAPI_IN_PROCESS(Flash_MessageLoop)
742 TEST_PPAPI_IN_PROCESS(Flash_GetLocalTimeZoneOffset) 739 TEST_PPAPI_IN_PROCESS(Flash_GetLocalTimeZoneOffset)
743 TEST_PPAPI_IN_PROCESS(Flash_GetCommandLineArgs) 740 TEST_PPAPI_IN_PROCESS(Flash_GetCommandLineArgs)
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_OutOfRangeAccess) 882 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_OutOfRangeAccess)
886 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_EmptyArray) 883 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_EmptyArray)
887 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_InvalidElement) 884 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_InvalidElement)
888 885
889 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_Basics) 886 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_Basics)
890 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit) 887 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit)
891 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics) 888 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics)
892 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit) 889 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit)
893 890
894 #endif // ADDRESS_SANITIZER 891 #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