| Index: chrome/test/reliability/automated_ui_tests.cc
|
| ===================================================================
|
| --- chrome/test/reliability/automated_ui_tests.cc (revision 120733)
|
| +++ chrome/test/reliability/automated_ui_tests.cc (working copy)
|
| @@ -670,7 +670,7 @@
|
|
|
| bool AutomatedUITest::ForceCrash() {
|
| scoped_refptr<TabProxy> tab(GetActiveTab());
|
| - GURL test_url(chrome::kAboutCrashURL);
|
| + GURL test_url(chrome::kChromeUICrashURL);
|
| AutomationMsg_NavigationResponseValues result = tab->NavigateToURL(test_url);
|
| if (result != AUTOMATION_MSG_NAVIGATION_SUCCESS) {
|
| AddErrorAttribute("navigation_failed");
|
|
|