Chromium Code Reviews| Index: ppapi/example/example.cc |
| diff --git a/ppapi/example/example.cc b/ppapi/example/example.cc |
| index 1eec31789c7e9a541ca98a926b66b40edd40e04c..65669d9de307034c1686fbb2517ccc7184765981 100644 |
| --- a/ppapi/example/example.cc |
| +++ b/ppapi/example/example.cc |
| @@ -328,7 +328,7 @@ int gettimeofday(struct timeval *tv, struct timezone*) { |
| } |
| // Print interfaces. |
| - // TODO(mball,dmichael) Replace this with the PPP_PRINTING_DEV_USE_0_4 version |
| + // TODO(mball,dmichael) Replace this with the PPP_PRINTING_DEV_USE_0_5 version |
|
dmichael (off chromium)
2011/09/27 15:28:38
Oops. This is dead code now that I must have misse
vandebo (ex-Chrome)
2011/09/27 20:02:24
Done.
|
| virtual PP_PrintOutputFormat_Dev* QuerySupportedPrintOutputFormats( |
| uint32_t* format_count) { |
| pp::Memory_Dev memory; |