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

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

Issue 123933006: Pepper: Remove ResourceArray_Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « chrome/browser/component_updater/ppapi_utils.cc ('k') | content/renderer/pepper/plugin_module.cc » ('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 c0a8e7c6f9da0156577a5472232c819dc25bee87..688da2233d0e725ca9d9f9fc54d18d53275d9c60 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -1547,19 +1547,6 @@ IN_PROC_BROWSER_TEST_F(PPAPINaClPNaClTest, View) {
LIST_TEST(View_ClipChange));
}
-IN_PROC_BROWSER_TEST_F(PPAPITest, ResourceArray) {
- RunTest(LIST_TEST(ResourceArray_Basics)
- LIST_TEST(ResourceArray_OutOfRangeAccess)
- LIST_TEST(ResourceArray_EmptyArray)
- LIST_TEST(ResourceArray_InvalidElement));
-}
-IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, ResourceArray) {
- RunTest(LIST_TEST(ResourceArray_Basics)
- LIST_TEST(ResourceArray_OutOfRangeAccess)
- LIST_TEST(ResourceArray_EmptyArray)
- LIST_TEST(ResourceArray_InvalidElement));
-}
-
IN_PROC_BROWSER_TEST_F(PPAPITest, FlashMessageLoop) {
RunTest(LIST_TEST(FlashMessageLoop_Basics)
LIST_TEST(FlashMessageLoop_RunWithoutQuit));
« no previous file with comments | « chrome/browser/component_updater/ppapi_utils.cc ('k') | content/renderer/pepper/plugin_module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698