| 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
|
|
|