| Index: chrome/test/ppapi/ppapi_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
|
| index 279f078c8463397629fe42ce415a21ba5591bb4b..2f712be3a62cde60ee5dbb51b50828520280b14d 100644
|
| --- a/chrome/test/ppapi/ppapi_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_browsertest.cc
|
| @@ -1552,3 +1552,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
|
|
|