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

Unified Diff: chrome/browser/local_discovery/privet_http.h

Issue 208583007: Tunnel the CDD from the Print Preview javascript to the privet operation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/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;
« no previous file with comments | « no previous file | chrome/browser/local_discovery/privet_http_impl.h » ('j') | chrome/browser/local_discovery/privet_http_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698