Commit a367e281 authored by brettw@chromium.org's avatar brettw@chromium.org

Add comment that directory reader isn't implemented out of process.

Remove code. We can add this back when we actually need it.

Review URL: http://codereview.chromium.org/8775038

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112750 0039d316-1c4b-4281-b951-d872f2087c98
parent eca9b518
......@@ -430,13 +430,10 @@ TEST_PPAPI_OUT_OF_PROCESS(FlashClipboard)
#endif
// Flaky on Mac + Linux, maybe http://codereview.chromium.org/7094008
// Not implemented out of process: http://crbug.com/106129
TEST_F(PPAPITest, MAYBE_DirectoryReader) {
RunTestViaHTTP("DirectoryReader");
}
// http://crbug.com/89961
TEST_F(OutOfProcessPPAPITest, FAILS_DirectoryReader) {
RunTestViaHTTP("DirectoryReader");
}
#if defined(ENABLE_P2P_APIS)
// Flaky. http://crbug.com/84294
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment