| 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..9bf39f16f96eaedb6d7c63a8add020c8290e64d5 100644
|
| --- a/chrome/test/ppapi/ppapi_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_browsertest.cc
|
| @@ -1529,3 +1529,7 @@ IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, FlashDRM) {
|
|
|
| TEST_PPAPI_IN_PROCESS(TalkPrivate)
|
| TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate)
|
| +
|
| +#if defined(OS_CHROMEOS)
|
| +TEST_PPAPI_OUT_OF_PROCESS(OutputProtectionPrivate)
|
| +#endif
|
|
|