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

Unified Diff: chromeos/printing/printer_configuration.h

Issue 2545663002: Hookup the PpdProvider in the printer setup flow. (Closed)
Patch Set: Created 4 years 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.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();

Powered by Google App Engine
This is Rietveld 408576698