diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-11 02:33:05 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-11 02:33:05 +0000 |
commit | 31033a317aec1ce92b6f07d0731aa70cc280e864 (patch) | |
tree | 5bb575ba8c6c43790bd200749d21fe50e0e650e9 /chrome/DEPS | |
parent | ef561a16b7ae7512ce87884a8577574bf8f4085c (diff) | |
download | chromium_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 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 2580f54..4d20732 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -13,7 +13,6 @@ include_rules = [ "+chrome/test", "-content", "+content/common", - "+content/public/common", "+content/test", # Don't allow inclusion of these other libs we shouldn't be calling directly. |