Chromium Code Reviews

Unified Diff: printing/printing_context_cairo.cc

Issue 8201027: Move margin processing code to the browser process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nits Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « printing/printing_context.cc ('k') | printing/printing_context_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing_context_cairo.cc
diff --git a/printing/printing_context_cairo.cc b/printing/printing_context_cairo.cc
index a000d4847d4e7461103b8d1269f2f54e0dc2ef1e..81d8d92cbae3ffcd8f2c4eb3dc22edb29c7a3081 100644
--- a/printing/printing_context_cairo.cc
+++ b/printing/printing_context_cairo.cc
@@ -163,7 +163,7 @@ PrintingContext::Result PrintingContextCairo::UpdatePrinterSettings(
print_dialog_->AddRefToDialog();
}
- if (!print_dialog_->UpdateSettings(job_settings, ranges))
+ if (!print_dialog_->UpdateSettings(job_settings, ranges, &settings_))
return OnError();
return OK;
« no previous file with comments | « printing/printing_context.cc ('k') | printing/printing_context_win.cc » ('j') | no next file with comments »

Powered by Google App Engine