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

Unified Diff: pdf/instance.cc

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 | « extensions/extensions.gyp ('k') | pdf/out_of_process_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/instance.cc
diff --git a/pdf/instance.cc b/pdf/instance.cc
index d700be8757d679f00d98f86329a649308e64bfef..7a1a2eb60ef5e7d4ebad9721e917e4bb9e22baf8 100644
--- a/pdf/instance.cc
+++ b/pdf/instance.cc
@@ -1387,7 +1387,7 @@ void Instance::OnPrint(int32_t) {
}
void Instance::SaveAs() {
- pp::PDF::SaveAs(this);
+ pp::PDF::SaveAs(this, "");
}
void Instance::SubmitForm(const std::string& url,
« no previous file with comments | « extensions/extensions.gyp ('k') | pdf/out_of_process_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698