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

Unified Diff: components/pdf/renderer/pepper_pdf_host.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 | « chrome/chrome_browser.gypi ('k') | components/pdf/renderer/pepper_pdf_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pdf/renderer/pepper_pdf_host.h
diff --git a/components/pdf/renderer/pepper_pdf_host.h b/components/pdf/renderer/pepper_pdf_host.h
index 2fa49af2badc1f9b9ee6fdbae48814abbd59fcbf..bd572f0257ca7e5d9673b922546f1790d1eb352b 100644
--- a/components/pdf/renderer/pepper_pdf_host.h
+++ b/components/pdf/renderer/pepper_pdf_host.h
@@ -61,7 +61,8 @@ class PepperPDFHost : public ppapi::host::ResourceHost {
int32_t OnHostMsgHasUnsupportedFeature(
ppapi::host::HostMessageContext* context);
int32_t OnHostMsgPrint(ppapi::host::HostMessageContext* context);
- int32_t OnHostMsgSaveAs(ppapi::host::HostMessageContext* context);
+ int32_t OnHostMsgSaveAs(ppapi::host::HostMessageContext* context,
+ const std::string& stream_original_url);
int32_t OnHostMsgGetResourceImage(ppapi::host::HostMessageContext* context,
PP_ResourceImage image_id,
float scale);
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/pdf/renderer/pepper_pdf_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698