| Index: chrome/test/ppapi/ppapi_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
|
| index 307b432e08ff0d225585ac7f9d1995b28b991340..a01459d074bcdb0807e0068e47c42d74ebb926d2 100644
|
| --- a/chrome/test/ppapi/ppapi_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_browsertest.cc
|
| @@ -1548,3 +1548,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
|
|
|