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

Unified Diff: ppapi/cpp/private/pdf.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/c/private/ppb_pdf.h ('k') | ppapi/cpp/private/pdf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/private/pdf.h
diff --git a/ppapi/cpp/private/pdf.h b/ppapi/cpp/private/pdf.h
index 3cd7aeb3911ed8b923b6324500405f3591987e1f..6635596a095dc5825ff992b1f33ea21d0bc23e8a 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* top_level_url);
};
} // namespace pp
« no previous file with comments | « ppapi/c/private/ppb_pdf.h ('k') | ppapi/cpp/private/pdf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698