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

Unified Diff: ppapi/c/dev/ppp_printing_dev.h

Issue 9455083: Proxy the PPP_Printing interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « ppapi/api/dev/ppp_printing_dev.idl ('k') | ppapi/examples/printing/README.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/dev/ppp_printing_dev.h
diff --git a/ppapi/c/dev/ppp_printing_dev.h b/ppapi/c/dev/ppp_printing_dev.h
index 2e198a3a7fa376da0f49a6052095e6f2034b8b95..2af075e31cd44ad7b9054b6f6baa30be6de7ede7 100644
--- a/ppapi/c/dev/ppp_printing_dev.h
+++ b/ppapi/c/dev/ppp_printing_dev.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From dev/ppp_printing_dev.idl modified Fri Nov 18 15:58:00 2011. */
+/* From dev/ppp_printing_dev.idl modified Wed Feb 22 12:44:39 2012. */
#ifndef PPAPI_C_DEV_PPP_PRINTING_DEV_H_
#define PPAPI_C_DEV_PPP_PRINTING_DEV_H_
@@ -100,7 +100,7 @@ struct PPP_Printing_Dev_0_5 {
* Prints the specified pages using the format specified in Begin.
* Returns a resource that represents the printed output.
* This is a PPB_ImageData resource if the output format is
- * PP_PrintOutputFormat_Raster and a PPB_Blob otherwise. Returns 0 on
+ * PP_PrintOutputFormat_Raster and a PPB_Buffer otherwise. Returns 0 on
* failure.
*/
PP_Resource (*PrintPages)(
« no previous file with comments | « ppapi/api/dev/ppp_printing_dev.idl ('k') | ppapi/examples/printing/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698