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

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

Issue 935673004: Extract creation of PWG Raster converter settings out of privet_http_impl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 10 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 | « no previous file | 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 49d11bea9745a568a76a1e96a8a8caa106767e6d..1814aff6869727ea88f7ce9846b63096715d3b07 100644
--- a/chrome/browser/local_discovery/privet_http_impl.h
+++ b/chrome/browser/local_discovery/privet_http_impl.h
@@ -16,10 +16,6 @@
#include "components/cloud_devices/common/cloud_device_description.h"
#include "ui/gfx/geometry/size.h"
-namespace printing {
-struct PwgRasterSettings;
-};
-
namespace local_discovery {
class PrivetHTTPClient;
@@ -206,7 +202,6 @@ class PrivetLocalPrintOperationImpl
void OnCreatejobResponse(bool has_error,
const base::DictionaryValue* value);
void OnPWGRasterConverted(bool success, const base::FilePath& pwg_file_path);
- void FillPwgRasterSettings(printing::PwgRasterSettings* transfrom_settings);
PrivetHTTPClient* privet_client_;
PrivetLocalPrintOperation::Delegate* delegate_;
@@ -224,7 +219,6 @@ class PrivetLocalPrintOperationImpl
bool started_;
bool offline_;
gfx::Size page_size_;
- int dpi_;
std::string user_;
std::string jobname_;
« no previous file with comments | « no previous file | chrome/browser/local_discovery/privet_http_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698