| 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 5c720e2f4b443ac2f5d2971f76f2215c19533d3b..48e74937ba75b60c03be07995c513290b7c2eef9 100644
|
| --- a/chrome/browser/local_discovery/privet_http_impl.h
|
| +++ b/chrome/browser/local_discovery/privet_http_impl.h
|
| @@ -167,8 +167,7 @@ class PrivetLocalPrintOperationImpl
|
|
|
| virtual void SetOffline(bool offline) OVERRIDE;
|
|
|
| - virtual void SetConversionSettings(
|
| - const printing::PdfRenderSettings& conversion_settings) OVERRIDE;
|
| + virtual void SetPageSize(const gfx::Size& page_size) OVERRIDE;
|
|
|
| virtual void SetPWGRasterConverterForTesting(
|
| scoped_ptr<PWGRasterConverter> pwg_raster_converter) OVERRIDE;
|
| @@ -219,7 +218,8 @@ class PrivetLocalPrintOperationImpl
|
| bool has_extended_workflow_;
|
| bool started_;
|
| bool offline_;
|
| - printing::PdfRenderSettings conversion_settings_;
|
| + gfx::Size page_size_;
|
| + int dpi_;
|
|
|
| std::string user_;
|
| std::string jobname_;
|
|
|