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

Unified Diff: pdf/pdfium/pdfium_page.h

Issue 2959603002: PDF: Use FPDFAction_GetFilePath() to handle launch actions.
Patch Set: Created 3 years, 6 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 | « no previous file | pdf/pdfium/pdfium_page.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/pdfium/pdfium_page.h
diff --git a/pdf/pdfium/pdfium_page.h b/pdf/pdfium/pdfium_page.h
index 28249c852145b0c7523c4e7bc4b24848a747677f..0490ff8fc01022668b5dc989a6adf7965fcf84f3 100644
--- a/pdf/pdfium/pdfium_page.h
+++ b/pdf/pdfium/pdfium_page.h
@@ -121,6 +121,8 @@ class PDFiumPage {
Area GetDestinationTarget(FPDF_DEST destination, LinkTarget* target) const;
// Returns target associated with a URI action.
Area GetURITarget(FPDF_ACTION uri_action, LinkTarget* target) const;
+ // Returns target associated with a launch action.
+ Area GetLaunchTarget(FPDF_ACTION launch_action, LinkTarget* target) const;
class ScopedLoadCounter {
public:
« no previous file with comments | « no previous file | pdf/pdfium/pdfium_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698