Chromium Code Reviews| Index: samplecode/SampleApp.h |
| =================================================================== |
| --- samplecode/SampleApp.h (revision 9812) |
| +++ samplecode/SampleApp.h (working copy) |
| @@ -158,6 +158,11 @@ |
| void registerPictFileSamples(char** argv, int argc); |
| void registerPictFileSample(char** argv, int argc); |
| +#ifdef SAMPLE_PDF_FILE_VIEWER |
| + void registerPdfFileViewerSamples(char** argv, int argc); |
| +#endif // SAMPLE_PDF_FILE_VIEWER |
| + |
| + |
| private: |
| class DefaultDeviceManager; |