| Index: chrome/test/ppapi/ppapi_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
|
| index 5b4e54af05f94050373427f763e168c70333f78e..06b922ba16e79c32c8e0c217b862a2bc2bade8f3 100644
|
| --- a/chrome/test/ppapi/ppapi_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_browsertest.cc
|
| @@ -725,7 +725,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);
|
|
|