| Index: ppapi/thunk/ppb_pdf_api.h
|
| diff --git a/ppapi/thunk/ppb_pdf_api.h b/ppapi/thunk/ppb_pdf_api.h
|
| index 4f24d52327b37e415a72a474070ba575df43e75f..f917f0e9a83a425537c772ba6513a91e59d42401 100644
|
| --- a/ppapi/thunk/ppb_pdf_api.h
|
| +++ b/ppapi/thunk/ppb_pdf_api.h
|
| @@ -40,6 +40,8 @@ class PPB_PDF_API {
|
| PP_PrivateAccessibilityPageInfo* page_info,
|
| PP_PrivateAccessibilityTextRunInfo text_runs[],
|
| PP_PrivateAccessibilityCharInfo chars[]) = 0;
|
| + virtual void SetCrashData(const char* pdf_url, const char* top_level_url) = 0;
|
| +
|
| static const SingletonResourceID kSingletonResourceID = PDF_SINGLETON_ID;
|
| };
|
|
|
|
|