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

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

Issue 13004012: Implement the host side of the PPB_PDF proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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 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 3f074876fe7544179140bf4dbfca8d9341a53cbe..400fd03603d1950cfe6957c96c8b53595028763d 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -1235,6 +1235,8 @@ TEST_PPAPI_OUT_OF_PROCESS(FlashFile)
#endif
TEST_PPAPI_OUT_OF_PROCESS(MAYBE_FlashFullscreen)
+TEST_PPAPI_OUT_OF_PROCESS(PDF)
+
TEST_PPAPI_IN_PROCESS(TalkPrivate)
TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate)

Powered by Google App Engine
This is Rietveld 408576698