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/browser/automation/automation_provider.h | |
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/browser/automation/automation_provider.h')
-rw-r--r-- | chrome/browser/automation/automation_provider.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h index ebd6881..e9d2a50 100644 --- a/chrome/browser/automation/automation_provider.h +++ b/chrome/browser/automation/automation_provider.h @@ -242,7 +242,6 @@ class AutomationProvider bool press_escape_en_route, IPC::Message* reply_message); void HandleUnused(const IPC::Message& message, int handle); - void SetFilteredInet(const IPC::Message& message, bool enabled); void GetFilteredInetHitCount(int* hit_count); void SetProxyConfig(const std::string& new_proxy_config); |