summaryrefslogtreecommitdiffstats
path: root/content/DEPS
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-11 02:33:05 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-11 02:33:05 +0000
commit31033a317aec1ce92b6f07d0731aa70cc280e864 (patch)
tree5bb575ba8c6c43790bd200749d21fe50e0e650e9 /content/DEPS
parentef561a16b7ae7512ce87884a8577574bf8f4085c (diff)
downloadchromium_src-31033a317aec1ce92b6f07d0731aa70cc280e864.zip
chromium_src-31033a317aec1ce92b6f07d0731aa70cc280e864.tar.gz
chromium_src-31033a317aec1ce92b6f07d0731aa70cc280e864.tar.bz2
Revert 104832 - Move ResourceDispatcherHostDelegate to content\public\common. I've added a set delegate function on ChildThread (which will soon be on content::ChildThread interface) so that we don't have to expose ResourceDispatcher to embedders.
BUG=98716 Review URL: http://codereview.chromium.org/8224019 TBR=jam@chromium.org Review URL: http://codereview.chromium.org/8226015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104836 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r--content/DEPS1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/DEPS b/content/DEPS
index c47f7c4..8742fd4 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -19,7 +19,6 @@ include_rules = [
# directories in content/ so we disallow all of them.
"-content",
"+content/common",
- "+content/public/common",
"+content/test",
"+dbus",