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

Unified Diff: ppapi/cpp/private/pdf.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/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 586952c98bee71d83ef7e591826604fd057fd08d..75274a7b56e57a7eeb37f41be6e58ef0befe3f58 100644
--- a/ppapi/cpp/private/pdf.h
+++ b/ppapi/cpp/private/pdf.h
@@ -49,7 +49,7 @@ class PDF {
static void UserMetricsRecordAction(const InstanceHandle& instance,
const Var& action);
static void HasUnsupportedFeature(const InstanceHandle& instance);
- static void SaveAs(const InstanceHandle& instance);
+ static void SaveAs(const InstanceHandle& instance, const Var& url);
static void Print(const InstanceHandle& instance);
static bool IsFeatureEnabled(const InstanceHandle& instance,
PP_PDFFeature feature);
« 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