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

Unified Diff: chrome/browser/local_discovery/privet_http_impl.h

Issue 78173002: Pass PWG raster conversion settings from Preview to Converter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/browser/local_discovery/privet_http.h ('k') | chrome/browser/local_discovery/privet_http_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/local_discovery/privet_http_impl.h
diff --git a/chrome/browser/local_discovery/privet_http_impl.h b/chrome/browser/local_discovery/privet_http_impl.h
index 8cf95ccf33c1506713319c5d17c6f0e9ca2c4c8e..a8e53d31bc6da38897211acd70596620915cc957 100644
--- a/chrome/browser/local_discovery/privet_http_impl.h
+++ b/chrome/browser/local_discovery/privet_http_impl.h
@@ -12,6 +12,7 @@
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
#include "chrome/browser/local_discovery/privet_http.h"
+#include "printing/pdf_render_settings.h"
namespace local_discovery {
@@ -165,7 +166,10 @@ class PrivetLocalPrintOperationImpl
virtual void SetJobname(const std::string& jobname) OVERRIDE;
- virtual void SetOffline(bool offline) OVERRIDE;
+ virtual void SetOffline(bool offline) OVERRIDE;
+
+ virtual void SetConversionSettings(
+ const printing::PdfRenderSettings& conversion_settings) OVERRIDE;
virtual void SetPWGRasterConverterForTesting(
scoped_ptr<PWGRasterConverter> pwg_raster_converter) OVERRIDE;
@@ -218,6 +222,7 @@ class PrivetLocalPrintOperationImpl
bool has_extended_workflow_;
bool started_;
bool offline_;
+ printing::PdfRenderSettings conversion_settings_;
std::string user_;
std::string jobname_;
« no previous file with comments | « chrome/browser/local_discovery/privet_http.h ('k') | chrome/browser/local_discovery/privet_http_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698