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

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

Issue 72033002: Added the ability to set the upload file path (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « no previous file | chrome/browser/local_discovery/privet_http_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 39fb502723b199257ec07eade26f2b5dd171c025..1c38a1724cfe51b1424367ff236956c45b57225b 100644
--- a/chrome/browser/local_discovery/privet_http.h
+++ b/chrome/browser/local_discovery/privet_http.h
@@ -130,11 +130,12 @@ class PrivetLocalPrintOperation {
virtual void Start() = 0;
- // Should be called ONLY after |OnPrivetPrintingRequestPDF| or
+ // One of thsese should be called ONLY after |OnPrivetPrintingRequestPDF| or
// |OnPrivetPrintingRequestPWGRaster| are called on the delegate. Data should
// be in PDF or PWG format depending on what is requested by the local print
// operation.
virtual void SendData(const std::string& data) = 0;
+ virtual void SendDataFile(const base::FilePath& data) = 0;
// Optional attributes for /submitdoc. Call before calling |Start()|
// |ticket| should be in CJT format.
« no previous file with comments | « no previous file | chrome/browser/local_discovery/privet_http_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698