| 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;
|
|
|