| Index: chrome/browser/local_discovery/privet_http.h
|
| diff --git a/chrome/browser/local_discovery/privet_http.h b/chrome/browser/local_discovery/privet_http.h
|
| index 044a0713d70e1db3544303af037d2d2a179046d8..7dea47dfc4dcf6e32c77175c8352eb9e2f75e0d9 100644
|
| --- a/chrome/browser/local_discovery/privet_http.h
|
| +++ b/chrome/browser/local_discovery/privet_http.h
|
| @@ -123,8 +123,7 @@ class PrivetLocalPrintOperation {
|
| // to Google Cloud Print.
|
| virtual void SetOffline(bool offline) = 0;
|
| // Document page size.
|
| - virtual void SetConversionSettings(
|
| - const printing::PdfRenderSettings& conversion_settings) = 0;
|
| + virtual void SetPageSize(const gfx::Size& page_size) = 0;
|
|
|
| // For testing, inject an alternative PWG raster converter.
|
| virtual void SetPWGRasterConverterForTesting(
|
|
|