| Index: webkit/plugins/ppapi/ppb_url_request_info_impl.h
|
| diff --git a/webkit/plugins/ppapi/ppb_url_request_info_impl.h b/webkit/plugins/ppapi/ppb_url_request_info_impl.h
|
| index 1b06aa71a8cd9b48717fd55568df1f261ddb321b..9d6c76646cdf7f166a8c8c55f3dcc8d24057ea92 100644
|
| --- a/webkit/plugins/ppapi/ppb_url_request_info_impl.h
|
| +++ b/webkit/plugins/ppapi/ppb_url_request_info_impl.h
|
| @@ -84,6 +84,11 @@ class PPB_URLRequestInfo_Impl : public Resource {
|
| bool allow_cross_origin_requests_;
|
| bool allow_credentials_;
|
|
|
| + // Similar to the custom referrer (above), but for custom content transfer
|
| + // encoding.
|
| + bool has_custom_content_transfer_encoding_;
|
| + std::string custom_content_transfer_encoding_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(PPB_URLRequestInfo_Impl);
|
| };
|
|
|
|
|