Chromium Code Reviews| Index: ppapi/c/private/ppb_pdf.h |
| diff --git a/ppapi/c/private/ppb_pdf.h b/ppapi/c/private/ppb_pdf.h |
| index da85c45bebee5d4c8fd8a65b225d62450488f77a..42c24e5a647f5dd9b4b0f949cad0c16004beecbe 100644 |
| --- a/ppapi/c/private/ppb_pdf.h |
| +++ b/ppapi/c/private/ppb_pdf.h |
| @@ -157,6 +157,11 @@ struct PPB_PDF { |
| struct PP_PrivateAccessibilityPageInfo* page_info, |
| struct PP_PrivateAccessibilityTextRunInfo text_runs[], |
| struct PP_PrivateAccessibilityCharInfo chars[]); |
| + |
| + // Sends information about the PDF's URL and the embedder's URL. |
| + void (*SetCrashData)(PP_Instance instance, |
| + const char* pdf_url, |
| + const char* embedder_url); |
|
raymes
2016/09/05 04:11:47
nit: top_level_url
Lei Zhang
2016/09/07 00:12:39
Done.
|
| }; |
| #endif // PPAPI_C_PRIVATE_PPB_PDF_H_ |