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

Unified Diff: chromeos/printing/printer_configuration.cc

Issue 2408293002: Update PPDFile to PpdReference. Change the fields to a sufficient set to implement QuirksServer lo… (Closed)
Patch Set: Update PPDFile to PpdReference. Change the fields to a sufficient set to implement QuirksServer lo… Created 4 years, 2 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 | « chromeos/printing/printer_configuration.h ('k') | chromeos/printing/printer_translator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/printing/printer_configuration.cc
diff --git a/chromeos/printing/printer_configuration.cc b/chromeos/printing/printer_configuration.cc
index 2eb7bf91c63d0d8c870e3aa6d99e78b62f4519bf..12d860f9beb71ccdab93978a470e2c4da868bbf2 100644
--- a/chromeos/printing/printer_configuration.cc
+++ b/chromeos/printing/printer_configuration.cc
@@ -18,8 +18,4 @@ Printer& Printer::operator=(const Printer& other) = default;
Printer::~Printer() {}
-void Printer::SetPPD(std::unique_ptr<Printer::PPDFile> ppd) {
- ppd_ = *(ppd.get());
-}
-
} // namespace chromeos
« no previous file with comments | « chromeos/printing/printer_configuration.h ('k') | chromeos/printing/printer_translator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698