diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-26 18:26:26 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-26 18:26:26 +0000 |
commit | e398a726d2aada2a325f50be21b35374bb57d7bc (patch) | |
tree | b0e83c3e375bdbfd7c932dac9097676a52805a63 /chrome/test/tab_switching/tab_switching_test.cc | |
parent | 6621705e4040c002384afd6e07559b5d53d73b8b (diff) | |
download | chromium_src-e398a726d2aada2a325f50be21b35374bb57d7bc.zip chromium_src-e398a726d2aada2a325f50be21b35374bb57d7bc.tar.gz chromium_src-e398a726d2aada2a325f50be21b35374bb57d7bc.tar.bz2 |
GTTF: Extract performance-testing-specific parts of UITestBase to UIPerfTest.
In the future this may even be used to tune some settings/behaviors
(like timeouts) for performance tests.
TEST=ui_tests, page_cycler_*, etc
BUG=none
Review URL: http://codereview.chromium.org/3137040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57552 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/tab_switching/tab_switching_test.cc')
-rw-r--r-- | chrome/test/tab_switching/tab_switching_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/tab_switching/tab_switching_test.cc b/chrome/test/tab_switching/tab_switching_test.cc index 1c5b7f2..ba72e7e 100644 --- a/chrome/test/tab_switching/tab_switching_test.cc +++ b/chrome/test/tab_switching/tab_switching_test.cc @@ -18,7 +18,7 @@ #include "chrome/common/pref_names.h" #include "chrome/test/automation/tab_proxy.h" #include "chrome/test/automation/browser_proxy.h" -#include "chrome/test/ui/ui_test.h" +#include "chrome/test/ui/ui_perf_test.h" #include "googleurl/src/gurl.h" #include "net/base/net_util.h" @@ -31,7 +31,7 @@ namespace { // time taken for each switch. It then prints out the times on the console, // with the aim that the page cycler parser can interpret these numbers to // draw graphs for page cycler Tab Switching Performance. -class TabSwitchingUITest : public UITest { +class TabSwitchingUITest : public UIPerfTest { public: TabSwitchingUITest() { PathService::Get(base::DIR_SOURCE_ROOT, &path_prefix_); |