summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui/ui_test.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-05 19:43:23 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-05 19:43:23 +0000
commit02f878b7e28bd92fc7a75969a072bc81c2a2c8d6 (patch)
treed3ee445a18b316ec7faeb51058bf704308acdf1e /chrome/test/ui/ui_test.h
parenta7e1e37156a8fea06e32742aab4a7d2f0d617993 (diff)
downloadchromium_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/ui_test.h')
-rw-r--r--chrome/test/ui/ui_test.h2
1 files changed, 0 insertions, 2 deletions
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();