diff options
author | stoyan@chromium.org <stoyan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-19 07:27:27 +0000 |
---|---|---|
committer | stoyan@chromium.org <stoyan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-19 07:27:27 +0000 |
commit | 5c34e39cea9e91fda04224aa7f5cb490fd5fb0c4 (patch) | |
tree | b30014e7c4d4f4be968ee4fa358948c0aa8739e1 /chrome/test/automation/automation_proxy_uitest.h | |
parent | 12ea22a1337a63db017338156ba56abd62beacbd (diff) | |
download | chromium_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/automation/automation_proxy_uitest.h')
-rw-r--r-- | chrome/test/automation/automation_proxy_uitest.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/automation/automation_proxy_uitest.h b/chrome/test/automation/automation_proxy_uitest.h index 3affb89..7fa1a2b 100644 --- a/chrome/test/automation/automation_proxy_uitest.h +++ b/chrome/test/automation/automation_proxy_uitest.h @@ -25,6 +25,10 @@ class ExternalTabUITest : public UITest { // This function is called from within UITest::LaunchBrowserAndServer. virtual AutomationProxy* CreateAutomationProxy(int execution_timeout); protected: + // Filtered Inet will override automation callbacks for network resources. + virtual bool ShouldFilterInet() { + return false; + } ExternalTabUITestMockClient* mock_; }; |