diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-03 08:24:47 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-03 08:24:47 +0000 |
commit | ddf55bb8b0ced4209979730f71aa9643d5565304 (patch) | |
tree | d850f587aba1be19c3d9f698b2764ad8f2388ee7 /content/content_child.gypi | |
parent | 904cae4b8784cc1e9fec4b748f32dcb8e2e979cf (diff) | |
download | chromium_src-ddf55bb8b0ced4209979730f71aa9643d5565304.zip chromium_src-ddf55bb8b0ced4209979730f71aa9643d5565304.tar.gz chromium_src-ddf55bb8b0ced4209979730f71aa9643d5565304.tar.bz2 |
Extract Peer interface out of ResourceLoaderBridge.
This moves it into its own header file in
content/public/child/request_delegate_peer.h
As requested by John in -
https://codereview.chromium.org/186193005/diff/1/content/public/child/resource_loader_bridge.h#newcode133
BUG=265753,338338,237249
TEST=content_unittests, unit_tests
R=jam@chromium.org
TBR=darin
Review URL: https://codereview.chromium.org/218973002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261323 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_child.gypi')
-rw-r--r-- | content/content_child.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_child.gypi b/content/content_child.gypi index b744edae..4146d7f 100644 --- a/content/content_child.gypi +++ b/content/content_child.gypi @@ -217,6 +217,7 @@ 'child/worker_thread_task_runner.cc', 'child/worker_thread_task_runner.h', 'public/child/image_decoder_utils.h', + 'public/child/request_peer.h', 'public/child/resource_dispatcher_delegate.h', ], 'conditions': [ |