From 31033a317aec1ce92b6f07d0731aa70cc280e864 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Tue, 11 Oct 2011 02:33:05 +0000 Subject: 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 --- content/DEPS | 1 - 1 file changed, 1 deletion(-) (limited to 'content/DEPS') 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", -- cgit v1.1