| Index: chrome/test/ppapi/ppapi_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
|
| index fa722116277b2a56054ca6ea20fd64e8b1d537de..7de5d037af26e7377c0ecf60dbb3f108bd84a043 100644
|
| --- a/chrome/test/ppapi/ppapi_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_browsertest.cc
|
| @@ -1150,7 +1150,7 @@ IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, View_CreateInvisible) {
|
| }
|
|
|
| // This test messes with tab visibility so is custom.
|
| -IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, View_PageHideShow) {
|
| +IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, DISABLED_View_PageHideShow) {
|
| // The plugin will be loaded in the foreground tab and will send us a message.
|
| PPAPITestMessageHandler handler;
|
| content::JavascriptTestObserver observer(
|
|
|