| 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..06ddf7e23ec49c51b0b48fd4181e2bfc9e9e2258 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* top_level_url);
|
| };
|
|
|
| #endif // PPAPI_C_PRIVATE_PPB_PDF_H_
|
|
|