| Index: ppapi/c/ppb_url_response_info.h
|
| ===================================================================
|
| --- ppapi/c/ppb_url_response_info.h (revision 68603)
|
| +++ ppapi/c/ppb_url_response_info.h (working copy)
|
| @@ -6,6 +6,7 @@
|
| #define PPAPI_C_PPB_URL_RESPONSE_INFO_H_
|
|
|
| #include "ppapi/c/pp_bool.h"
|
| +#include "ppapi/c/pp_macros.h"
|
| #include "ppapi/c/pp_resource.h"
|
| #include "ppapi/c/pp_var.h"
|
|
|
| @@ -17,8 +18,9 @@
|
| PP_URLRESPONSEPROPERTY_STATUSLINE, // string
|
| PP_URLRESPONSEPROPERTY_HEADERS // string, \n-delim
|
| } PP_URLResponseProperty;
|
| +PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_URLResponseProperty, 4);
|
|
|
| -#define PPB_URLRESPONSEINFO_INTERFACE "PPB_URLResponseInfo;1"
|
| +#define PPB_URLRESPONSEINFO_INTERFACE "PPB_URLResponseInfo;1.1"
|
|
|
| struct PPB_URLResponseInfo {
|
| // Returns PP_TRUE if the given resource is an URLResponseInfo. Returns
|
|
|