Chromium Code Reviews| Index: chromeos/printing/printer_configuration.h |
| diff --git a/chromeos/printing/printer_configuration.h b/chromeos/printing/printer_configuration.h |
| index 1d5bfcc727ea4d1bc5555aa711df9c190513e307..c8833183e6a6d050f29ae905ade74528c63780bb 100644 |
| --- a/chromeos/printing/printer_configuration.h |
| +++ b/chromeos/printing/printer_configuration.h |
| @@ -43,6 +43,10 @@ class CHROMEOS_EXPORT Printer { |
| std::string effective_model; |
| }; |
| + // Returns true if the printer should be automatically configured using |
| + // IPP Everywhere. |
| + static bool IsIppEverywhere(const Printer& printer); |
|
Carlson
2016/12/01 01:58:44
Seems sort of weird to have this as a static funct
skau
2016/12/01 21:45:12
My thought was that it might be mistaken to be a f
|
| + |
| // Constructs a printer object that is completely empty. |
| Printer(); |