Index: chrome/test/ppapi/ppapi_browsertest.cc |
diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc |
index a84cff0ea68af4484d78f2c5d2bec10bc9437454..c6c3a06b37f9dea3bd2d22db7dde55601073d2fa 100644 |
--- a/chrome/test/ppapi/ppapi_browsertest.cc |
+++ b/chrome/test/ppapi/ppapi_browsertest.cc |
@@ -1529,3 +1529,5 @@ IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, FlashDRM) { |
TEST_PPAPI_IN_PROCESS(TalkPrivate) |
TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) |
+ |
+TEST_PPAPI_OUT_OF_PROCESS(OutputProtectionPrivate) |
kcwu
2013/09/16 11:57:37
I'm not sure what kind of tests (in process, out o
dmichael (off chromium)
2013/09/17 17:25:33
What you have seems right to me. If it's not being
kcwu
2013/09/17 23:15:31
Thanks.
|