diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-01 01:34:23 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-01 01:34:23 +0000 |
commit | e9b42c1493443678f502de98f664441c67f70a7f (patch) | |
tree | 85484ff64f439848b864767a31c1b9b95efb3406 /content/browser/DEPS | |
parent | b4773529f0551da68136998a9a13cc4a89230937 (diff) | |
download | chromium_src-e9b42c1493443678f502de98f664441c67f70a7f.zip chromium_src-e9b42c1493443678f502de98f664441c67f70a7f.tar.gz chromium_src-e9b42c1493443678f502de98f664441c67f70a7f.tar.bz2 |
Move UrlFetcher to content. I originally thought that it's only used by chrome code, but turns out there are legitimate content uses for HTML5 features like speech/geolocation which need to go to the web.
BUG=76697
Review URL: http://codereview.chromium.org/7006005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87406 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/DEPS')
-rw-r--r-- | content/browser/DEPS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/browser/DEPS b/content/browser/DEPS index 038a5bb..3210564 100644 --- a/content/browser/DEPS +++ b/content/browser/DEPS @@ -78,8 +78,6 @@ include_rules = [ "+chrome/common/chrome_paths.h",
"+chrome/common/logging_chrome.h",
- "+chrome/common/net/url_fetcher.h",
-
# ONLY USED BY TESTS
"+chrome/browser/net/url_request_failed_dns_job.h",
"+chrome/browser/net/url_request_mock_http_job.h",
|