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

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
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
731 // PPB_TCPSocket_Private currently isn't supported in-process. 734 // PPB_TCPSocket_Private currently isn't supported in-process.
732 TEST_F(OutOfProcessPPAPITest, TCPSocketPrivate) { 735 TEST_F(OutOfProcessPPAPITest, TCPSocketPrivate) {
733 RunTestViaHTTP("TCPSocketPrivate"); 736 RunTestViaHTTP("TCPSocketPrivate");
734 } 737 }
735 738
736 TEST_PPAPI_IN_PROCESS(Flash_SetInstanceAlwaysOnTop) 739 TEST_PPAPI_IN_PROCESS(Flash_SetInstanceAlwaysOnTop)
737 TEST_PPAPI_IN_PROCESS(Flash_GetProxyForURL) 740 TEST_PPAPI_IN_PROCESS(Flash_GetProxyForURL)
738 TEST_PPAPI_IN_PROCESS(Flash_MessageLoop) 741 TEST_PPAPI_IN_PROCESS(Flash_MessageLoop)
739 TEST_PPAPI_IN_PROCESS(Flash_GetLocalTimeZoneOffset) 742 TEST_PPAPI_IN_PROCESS(Flash_GetLocalTimeZoneOffset)
740 TEST_PPAPI_IN_PROCESS(Flash_GetCommandLineArgs) 743 TEST_PPAPI_IN_PROCESS(Flash_GetCommandLineArgs)
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_OutOfRangeAccess) 885 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_OutOfRangeAccess)
883 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_EmptyArray) 886 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_EmptyArray)
884 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_InvalidElement) 887 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_InvalidElement)
885 888
886 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_Basics) 889 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_Basics)
887 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit) 890 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit)
888 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics) 891 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics)
889 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit) 892 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit)
890 893
891 #endif // ADDRESS_SANITIZER 894 #endif // ADDRESS_SANITIZER
OLDNEW
« no previous file with comments | « no previous file | content/renderer/p2p/ipc_network_manager.h » ('j') | ppapi/tests/test_network_monitor_private.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698