Chromium Code Reviews| Index: content/browser/loader/resource_dispatcher_host_impl.h |
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h |
| index 185fb0b075028941d540d9aa93df6314f71b1fa4..1975b4f03cd338efea98c5c5fa6a460892fbda97 100644 |
| --- a/content/browser/loader/resource_dispatcher_host_impl.h |
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h |
| @@ -58,6 +58,7 @@ class ResourceDispatcherHostDelegate; |
| class ResourceMessageDelegate; |
| class ResourceMessageFilter; |
| class ResourceRequestInfoImpl; |
| +class StreamResourceHandler; |
| class SaveFileManager; |
| class WebContentsImpl; |
| struct DownloadSaveInfo; |
| @@ -213,7 +214,8 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl |
| // and associated with the request. |
| scoped_ptr<ResourceHandler> MaybeInterceptAsStream( |
| net::URLRequest* request, |
| - ResourceResponse* response); |
| + ResourceResponse* response, |
| + std::string* payload); |
|
mmenke
2014/05/29 16:10:29
Please document payload, and how behavior is diffe
Zachary Kuznia
2014/05/29 20:42:40
Done.
|
| void ClearSSLClientAuthHandlerForRequest(net::URLRequest* request); |