| Index: chrome/test/ppapi/ppapi_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
|
| index 7dadd5c1078875134e788f22aa39be8fbe9c73b4..781f02abd7d08f57e003a1a9fbf11eca27afc436 100644
|
| --- a/chrome/test/ppapi/ppapi_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_browsertest.cc
|
| @@ -1544,3 +1544,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
|
|
|