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

Unified Diff: printing/backend/print_backend.h

Issue 2463473002: Present the printer list from preferences for Chrome OS. (Closed)
Patch Set: add bug id Created 4 years, 1 month 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: printing/backend/print_backend.h
diff --git a/printing/backend/print_backend.h b/printing/backend/print_backend.h
index 46b0801323db12cec7751f5108d54adb99f00100..4b604984f874e036db9b8299ad69aa80d98ed17e 100644
--- a/printing/backend/print_backend.h
+++ b/printing/backend/print_backend.h
@@ -28,6 +28,9 @@ struct PRINTING_EXPORT PrinterBasicInfo {
PrinterBasicInfo(const PrinterBasicInfo& other);
~PrinterBasicInfo();
+#if defined(OS_CHROMEOS)
+ std::string printer_display_name;
+#endif
std::string printer_name;
std::string printer_description;
int printer_status;

Powered by Google App Engine
This is Rietveld 408576698