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

Unified Diff: ppapi/proxy/pdf_resource.h

Issue 2299943002: Record the PDF and top level URL when the PDF plugin crashes. (Closed)
Patch Set: 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
Index: ppapi/proxy/pdf_resource.h
diff --git a/ppapi/proxy/pdf_resource.h b/ppapi/proxy/pdf_resource.h
index a08e44049500babf287a4d29c6deb1d9ff9a29f5..744c85bee8d1107f176c0b2faf3b6e352cd83620 100644
--- a/ppapi/proxy/pdf_resource.h
+++ b/ppapi/proxy/pdf_resource.h
@@ -62,6 +62,7 @@ class PPAPI_PROXY_EXPORT PDFResource
PP_PrivateAccessibilityPageInfo* page_info,
PP_PrivateAccessibilityTextRunInfo text_runs[],
PP_PrivateAccessibilityCharInfo chars[]) override;
+ void SetCrashData(const char* pdf_url, const char* embedder_url) override;
raymes 2016/09/05 04:11:47 nit: top_level_url
Lei Zhang 2016/09/07 00:12:39 Done.
private:
std::string locale_;

Powered by Google App Engine
This is Rietveld 408576698