| Index: chrome/browser/ui/webui/ntp/new_tab_ui_browsertest.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui_browsertest.cc b/chrome/browser/ui/webui/ntp/new_tab_ui_browsertest.cc
|
| index 586154f12bc06208d53b24368306355585b42b17..9d8fb8bcaebe61295d57714973b6c8062bd94ba5 100644
|
| --- a/chrome/browser/ui/webui/ntp/new_tab_ui_browsertest.cc
|
| +++ b/chrome/browser/ui/webui/ntp/new_tab_ui_browsertest.cc
|
| @@ -40,7 +40,7 @@ IN_PROC_BROWSER_TEST_F(NewTabUIBrowserTest, ChromeInternalLoadsNTP) {
|
| // doesn't cause us to kill the process. See http://crbug.com/104258.
|
| IN_PROC_BROWSER_TEST_F(NewTabUIBrowserTest, LoadNTPInExistingProcess) {
|
| // Set max renderers to 1 to force running out of processes.
|
| - content::RenderProcessHost::SetMaxRendererProcessCountForTest(1);
|
| + content::RenderProcessHost::SetMaxRendererProcessCount(1);
|
|
|
| // Start server for simple page.
|
| ASSERT_TRUE(test_server()->Start());
|
|
|