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

Unified Diff: ppapi/thunk/ppb_pdf_api.h

Issue 554893002: [WORK_IN_PROGRESS] PDF::Save() fix for out-of-process-pdf. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: better fix for constrained windows Created 6 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/proxy/ppapi_messages.h ('k') | ppapi/thunk/ppb_pdf_thunk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/ppb_pdf_api.h
diff --git a/ppapi/thunk/ppb_pdf_api.h b/ppapi/thunk/ppb_pdf_api.h
index a37da2b66a2081872ebe8730d5e42052509272f8..83e72987d0a4cbe7584e4ec6da04a10fcfb936a9 100644
--- a/ppapi/thunk/ppb_pdf_api.h
+++ b/ppapi/thunk/ppb_pdf_api.h
@@ -26,7 +26,7 @@ class PPB_PDF_API {
virtual void HistogramPDFPageCount(int count) = 0;
virtual void UserMetricsRecordAction(const PP_Var& action) = 0;
virtual void HasUnsupportedFeature() = 0;
- virtual void SaveAs() = 0;
+ virtual void SaveAs(const PP_Var& url) = 0;
virtual PP_Bool IsFeatureEnabled(PP_PDFFeature feature) = 0;
virtual void Print() = 0;
virtual PP_Resource GetResourceImageForScale(PP_ResourceImage image_id,
« no previous file with comments | « ppapi/proxy/ppapi_messages.h ('k') | ppapi/thunk/ppb_pdf_thunk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698