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

Unified Diff: ppapi/cpp/private/pdf.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/cpp/private/pdf.h
diff --git a/ppapi/cpp/private/pdf.h b/ppapi/cpp/private/pdf.h
index 3cd7aeb3911ed8b923b6324500405f3591987e1f..324ae7f17a107cbf927b8951c6452dba794daa3f 100644
--- a/ppapi/cpp/private/pdf.h
+++ b/ppapi/cpp/private/pdf.h
@@ -69,6 +69,9 @@ class PDF {
PP_PrivateAccessibilityPageInfo* page_info,
PP_PrivateAccessibilityTextRunInfo text_runs[],
PP_PrivateAccessibilityCharInfo chars[]);
+ static void SetCrashData(const InstanceHandle& instance,
+ const char* pdf_url,
+ const char* embedder_url);
};
} // namespace pp

Powered by Google App Engine
This is Rietveld 408576698