diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-26 22:55:17 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-26 22:55:17 +0000 |
commit | 6aad4bd9df52e958bdc283f270b8775353589c4e (patch) | |
tree | 947c802b7d2e8b6d75f9c903e1b9ae3e8d175292 /chrome/test/automated_ui_tests | |
parent | 2ce95ef06f6439da3e0d5722d1f50eeb05c94684 (diff) | |
download | chromium_src-6aad4bd9df52e958bdc283f270b8775353589c4e.zip chromium_src-6aad4bd9df52e958bdc283f270b8775353589c4e.tar.gz chromium_src-6aad4bd9df52e958bdc283f270b8775353589c4e.tar.bz2 |
Revert brett's code, for real this time.
Review URL: http://codereview.chromium.org/28224
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10517 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/automated_ui_tests')
-rw-r--r-- | chrome/test/automated_ui_tests/automated_ui_tests.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/test/automated_ui_tests/automated_ui_tests.cc b/chrome/test/automated_ui_tests/automated_ui_tests.cc index 9baa7e2..d87d521 100644 --- a/chrome/test/automated_ui_tests/automated_ui_tests.cc +++ b/chrome/test/automated_ui_tests/automated_ui_tests.cc @@ -18,7 +18,6 @@ #include "chrome/common/chrome_paths.h" #include "chrome/common/env_vars.h" #include "chrome/common/libxml_utils.h" -#include "chrome/common/url_constants.h" #include "chrome/common/win_util.h" #include "chrome/test/automated_ui_tests/automated_ui_tests.h" #include "chrome/test/automation/browser_proxy.h" @@ -739,7 +738,7 @@ bool AutomatedUITest::ForceCrash() { return false; } scoped_ptr<TabProxy> tab(browser->GetActiveTab()); - GURL test_url(chrome::kAboutCrashURL); + GURL test_url("about:crash"); bool did_timeout; tab->NavigateToURLWithTimeout(test_url, kDebuggingTimeoutMsec, &did_timeout); if (!did_timeout) { |