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

Unified Diff: chromeos/printing/printer_discoverer.h

Issue 2380753004: [CUPS] Implement the Webui handler for the printers auto discovery. (Closed)
Patch Set: Rebase Created 4 years, 2 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_discoverer.h
diff --git a/chromeos/printing/printer_discoverer.h b/chromeos/printing/printer_discoverer.h
index b535eb0485a4cdc4180aaef75f64f810497bc14b..91fa715ca1de25e3b4704fc46ed3d5c24fd6aee7 100644
--- a/chromeos/printing/printer_discoverer.h
+++ b/chromeos/printing/printer_discoverer.h
@@ -14,7 +14,7 @@ namespace chromeos {
// Interface for printer discovery. Constructs Printer objects from USB and
// zeroconf (DNS-SD) printers.
-class PrinterDiscoverer {
+class CHROMEOS_EXPORT PrinterDiscoverer {
public:
// Interface for objects interested in detected printers.
class Observer {

Powered by Google App Engine
This is Rietveld 408576698