Chromium Code Reviews| Index: ppapi/thunk/ppb_url_request_info_api.h |
| =================================================================== |
| --- ppapi/thunk/ppb_url_request_info_api.h (revision 90483) |
| +++ ppapi/thunk/ppb_url_request_info_api.h (working copy) |
| @@ -12,6 +12,8 @@ |
| class PPB_URLRequestInfo_API { |
| public: |
| + virtual ~PPB_URLRequestInfo_API() {} |
| + |
| virtual PP_Bool SetProperty(PP_URLRequestProperty property, |
| PP_Var var) = 0; |
| virtual PP_Bool AppendDataToBody(const void* data, uint32_t len) = 0; |