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

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

Issue 11958033: Implement Pepper proxy for PPB_DirectoryReader (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix resource management Created 7 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
Index: chrome/test/ppapi/ppapi_browsertest.cc
diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
index 6498bf341f3d01b09741d407f7e97efcdd5c1f38..6e93f4a803c83f74ff30ec6cf9381954b459fea9 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -681,10 +681,7 @@ TEST_PPAPI_OUT_OF_PROCESS(X509CertificatePrivate)
#endif
// Flaky on Mac + Linux, maybe http://codereview.chromium.org/7094008
-// Not implemented out of process: http://crbug.com/106129
-IN_PROC_BROWSER_TEST_F(PPAPITest, MAYBE_DirectoryReader) {
- RunTestViaHTTP("DirectoryReader");
-}
+TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(MAYBE_DirectoryReader)
// There is no proxy. This is used for PDF metrics reporting, and PDF only
// runs in process, so there's currently no need for a proxy.
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | content/renderer/pepper/pepper_directory_reader_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698