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

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

Issue 6523040: Added support to the Windows cloud print proxy to print XPS documents directl... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fixed cleanup code Created 9 years, 10 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/print_system.h
===================================================================
--- chrome/service/cloud_print/print_system.h (revision 74874)
+++ chrome/service/cloud_print/print_system.h (working copy)
@@ -185,6 +185,11 @@
const std::string& printer_name) = 0;
virtual JobSpooler* CreateJobSpooler() = 0;
+ // Returns a comma separated list of mimetypes for print data that are
+ // supported by this print system. The format of this string is the same as
+ // that used for the HTTP Accept: header.
+ virtual std::string GetSupportedMimeTypes() = 0;
+
// Generate unique for proxy.
static std::string GenerateProxyId();

Powered by Google App Engine
This is Rietveld 408576698