| Index: chrome/test/ppapi/ppapi_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
|
| index 94a3ab3eec5f6b8f48e965aab40789d2e3f00149..30c6da38508fcd44524d7332979f2588878b620c 100644
|
| --- a/chrome/test/ppapi/ppapi_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_browsertest.cc
|
| @@ -721,7 +721,7 @@ IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, View_PageHideShow) {
|
| // The plugin will be loaded in the foreground tab and will send us a message.
|
| TestFinishObserver observer(
|
| chrome::GetActiveWebContents(browser())->GetRenderViewHost(),
|
| - TestTimeouts::action_max_timeout_ms());
|
| + TestTimeouts::action_max_timeout());
|
|
|
| GURL url = GetTestFileUrl("View_PageHideShow");
|
| ui_test_utils::NavigateToURL(browser(), url);
|
|
|