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

Unified Diff: chromeos/printing/printer_configuration.cc

Issue 2884863002: Add an autoconf field to printer objects. (Closed)
Patch Set: Created 3 years, 7 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
Index: chromeos/printing/printer_configuration.cc
diff --git a/chromeos/printing/printer_configuration.cc b/chromeos/printing/printer_configuration.cc
index cd3b3307e648bef855f4b8c6f90a89e1c96fba34..aac6a9633f66eba488c7bf9f306eca05a562e3c6 100644
--- a/chromeos/printing/printer_configuration.cc
+++ b/chromeos/printing/printer_configuration.cc
@@ -27,8 +27,7 @@ Printer& Printer::operator=(const Printer& other) = default;
Printer::~Printer() {}
bool Printer::IsIppEverywhere() const {
- // TODO(skau): Add check for IPP Everywhere value.
- return false;
+ return ppd_reference_.autoconf;
}
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698