Index: chrome/browser/local_discovery/privet_http.h |
diff --git a/chrome/browser/local_discovery/privet_http.h b/chrome/browser/local_discovery/privet_http.h |
index 89bd38799a3914d41286d28cc08e88d83ce3bef2..9a81ca7b07c7df6f0f395f2698bfed78334d4afd 100644 |
--- a/chrome/browser/local_discovery/privet_http.h |
+++ b/chrome/browser/local_discovery/privet_http.h |
@@ -141,6 +141,8 @@ class PrivetLocalPrintOperation { |
// Optional attributes for /submitdoc. Call before calling |Start()| |
// |ticket| should be in CJT format. |
virtual void SetTicket(const std::string& ticket) = 0; |
+ // |capabilities| should be in CDD format. |
+ virtual void SetCapabilities(const std::string& capabilities) = 0; |
// Username and jobname are for display only. |
virtual void SetUsername(const std::string& username) = 0; |
virtual void SetJobname(const std::string& jobname) = 0; |