summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui/ui_test.h
diff options
context:
space:
mode:
authorstoyan@chromium.org <stoyan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-19 07:27:27 +0000
committerstoyan@chromium.org <stoyan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-19 07:27:27 +0000
commit5c34e39cea9e91fda04224aa7f5cb490fd5fb0c4 (patch)
treeb30014e7c4d4f4be968ee4fa358948c0aa8739e1 /chrome/test/ui/ui_test.h
parent12ea22a1337a63db017338156ba56abd62beacbd (diff)
downloadchromium_src-5c34e39cea9e91fda04224aa7f5cb490fd5fb0c4.zip
chromium_src-5c34e39cea9e91fda04224aa7f5cb490fd5fb0c4.tar.gz
chromium_src-5c34e39cea9e91fda04224aa7f5cb490fd5fb0c4.tar.bz2
Move use_host_network test out of ChromeFrame.
Some refactoring of ExternalTabUITestMockClient. TEST=ui_tests Review URL: http://codereview.chromium.org/384058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32504 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui/ui_test.h')
-rw-r--r--chrome/test/ui/ui_test.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h
index 165d9e5..6a14359 100644
--- a/chrome/test/ui/ui_test.h
+++ b/chrome/test/ui/ui_test.h
@@ -473,6 +473,10 @@ class UITest : public testing::Test {
return server_.get();
}
+ virtual bool ShouldFilterInet() {
+ return true;
+ }
+
// Wait a certain amount of time for all the app processes to exit,
// forcibly killing them if they haven't exited by then.
// It has the side-effect of killing every browser window opened in your