Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: ppapi/thunk/ppb_pdf_api.h

Issue 2299943002: Record the PDF and top level URL when the PDF plugin crashes. (Closed)
Patch Set: fix typo Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/proxy/pdf_resource.cc ('k') | ppapi/thunk/ppb_pdf_thunk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « ppapi/proxy/pdf_resource.cc ('k') | ppapi/thunk/ppb_pdf_thunk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698