diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-11 01:19:28 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-11 01:19:28 +0000 |
commit | e2a89013275843d878d657cf9b717931c3ea1350 (patch) | |
tree | 346c609cc6b3668dda3cc494ffb0c5c7726e2c55 /chrome/DEPS | |
parent | e7a30e3036462352093740b9b9ca4fd52bf585cb (diff) | |
download | chromium_src-e2a89013275843d878d657cf9b717931c3ea1350.zip chromium_src-e2a89013275843d878d657cf9b717931c3ea1350.tar.gz chromium_src-e2a89013275843d878d657cf9b717931c3ea1350.tar.bz2 |
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
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104832 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 4d20732..2580f54 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -13,6 +13,7 @@ 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. |