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

Unified Diff: chrome/service/cloud_print/printer_info.h

Issue 2232002: Added CUPS options to the printer information. Options get uploaded to the cl... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 7 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: chrome/service/cloud_print/printer_info.h
===================================================================
--- chrome/service/cloud_print/printer_info.h (revision 48213)
+++ chrome/service/cloud_print/printer_info.h (working copy)
@@ -5,6 +5,7 @@
#ifndef CHROME_SERVICE_CLOUD_PRINT_PRINTER_INFO_H_
#define CHROME_SERVICE_CLOUD_PRINT_PRINTER_INFO_H_
+#include <map>
#include <string>
#include <vector>
@@ -19,6 +20,7 @@
std::string printer_name;
std::string printer_description;
int printer_status;
+ std::map<std::string, std::string> options;
PrinterBasicInfo() : printer_status(0) {
}
};
« no previous file with comments | « chrome/service/cloud_print/cloud_print_proxy_backend.cc ('k') | chrome/service/cloud_print/printer_info_cups.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698