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

Unified Diff: ppapi/cpp/dev/printing_dev.h

Issue 7718004: ppapi: Make 0.4 the default for PPP_Printing_Dev, leave backwards-compat (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporate NaCl proxy changes Created 9 years, 4 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/c/dev/ppp_printing_dev.h ('k') | ppapi/cpp/dev/printing_dev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/printing_dev.h
diff --git a/ppapi/cpp/dev/printing_dev.h b/ppapi/cpp/dev/printing_dev.h
index 1a6f09e12bebcfd18edd1dcbfccc0e648805f3d8..80d9fe483f98ff70bd7b02517997f4af727349b5 100644
--- a/ppapi/cpp/dev/printing_dev.h
+++ b/ppapi/cpp/dev/printing_dev.h
@@ -22,12 +22,7 @@ class Printing_Dev {
// PPP_Printing_Dev functions exposed as virtual functions for you to
// override.
-#ifdef PPP_PRINTING_DEV_USE_0_4
virtual uint32_t QuerySupportedPrintOutputFormats() = 0;
-#else
- virtual PP_PrintOutputFormat_Dev* QuerySupportedPrintOutputFormats(
- uint32_t* format_count) = 0;
-#endif
virtual int32_t PrintBegin(const PP_PrintSettings_Dev& print_settings) = 0;
virtual Resource PrintPages(const PP_PrintPageNumberRange_Dev* page_ranges,
uint32_t page_range_count) = 0;
« no previous file with comments | « ppapi/c/dev/ppp_printing_dev.h ('k') | ppapi/cpp/dev/printing_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698