diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 19:43:23 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 19:43:23 +0000 |
commit | 02f878b7e28bd92fc7a75969a072bc81c2a2c8d6 (patch) | |
tree | d3ee445a18b316ec7faeb51058bf704308acdf1e /chrome/test/ui | |
parent | a7e1e37156a8fea06e32742aab4a7d2f0d617993 (diff) | |
download | chromium_src-02f878b7e28bd92fc7a75969a072bc81c2a2c8d6.zip chromium_src-02f878b7e28bd92fc7a75969a072bc81c2a2c8d6.tar.gz chromium_src-02f878b7e28bd92fc7a75969a072bc81c2a2c8d6.tar.bz2 |
Remove the test URLRequestJobs from shipping code to just browser_tests. All the tests that used them which were ui_tests have been converted to browser_tests, so we don't need this in automation anymore.
BUG=121574
Review URL: https://chromiumcodereview.appspot.com/10538014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140588 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui')
-rw-r--r-- | chrome/test/ui/ui_test.cc | 4 | ||||
-rw-r--r-- | chrome/test/ui/ui_test.h | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/chrome/test/ui/ui_test.cc b/chrome/test/ui/ui_test.cc index eef01e5..177e112 100644 --- a/chrome/test/ui/ui_test.cc +++ b/chrome/test/ui/ui_test.cc @@ -163,10 +163,6 @@ ProxyLauncher::LaunchState UITestBase::DefaultLaunchState() { return state; } -bool UITestBase::ShouldFilterInet() { - return true; -} - void UITestBase::SetLaunchSwitches() { // All flags added here should also be added in ExtraChromeFlags() in // chrome/test/pyautolib/pyauto.py as well to take effect for all tests diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h index 7748e30..b7d8968 100644 --- a/chrome/test/ui/ui_test.h +++ b/chrome/test/ui/ui_test.h @@ -265,8 +265,6 @@ class UITestBase { ProxyLauncher::LaunchState DefaultLaunchState(); - virtual bool ShouldFilterInet(); - // Extra command-line switches that need to be passed to the browser are // added in this function. Add new command-line switches here. virtual void SetLaunchSwitches(); |