| Index: chromeos/printing/printer_configuration.cc
|
| diff --git a/chromeos/printing/printer_configuration.cc b/chromeos/printing/printer_configuration.cc
|
| index 3101d15ee9c12cd5afea5cce9abd746514791299..b5c8c3f6d56840c4ce458405de5cd43e55dbf1c8 100644
|
| --- a/chromeos/printing/printer_configuration.cc
|
| +++ b/chromeos/printing/printer_configuration.cc
|
| @@ -25,4 +25,9 @@ Printer& Printer::operator=(const Printer& other) = default;
|
|
|
| Printer::~Printer() {}
|
|
|
| +bool Printer::IsIppEverywhere() const {
|
| + // TODO(skau): Add check for IPP Everywhere value.
|
| + return false;
|
| +}
|
| +
|
| } // namespace chromeos
|
|
|