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_; |