diff options
author | Bo Xu <bo_xu@foxitsoftware.com> | 2014-11-03 18:38:41 -0800 |
---|---|---|
committer | Bo Xu <bo_xu@foxitsoftware.com> | 2014-11-03 18:38:41 -0800 |
commit | 9d9f6c347f56b07ec519c93097066a7eb541263d (patch) | |
tree | 040b7a6aa6618e31fc11500d658b56567fbc89b7 /xfa_test/pdf/pdf.h | |
parent | 062a0798d91646959e8092a129fbe706534ca387 (diff) | |
download | pdfium-9d9f6c347f56b07ec519c93097066a7eb541263d.tar.xz |
Remove xfa_test for delivery
Diffstat (limited to 'xfa_test/pdf/pdf.h')
-rw-r--r-- | xfa_test/pdf/pdf.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/xfa_test/pdf/pdf.h b/xfa_test/pdf/pdf.h deleted file mode 100644 index d797bbbaf5..0000000000 --- a/xfa_test/pdf/pdf.h +++ /dev/null @@ -1,24 +0,0 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef PDF_PDF_H_ -#define PDF_PDF_H_ - -#include "ppapi/cpp/module.h" - -namespace chrome_pdf { - -class PDFModule : public pp::Module { - public: - PDFModule(); - virtual ~PDFModule(); - - // pp::Module implementation. - virtual bool Init(); - virtual pp::Instance* CreateInstance(PP_Instance instance); -}; - -} // namespace chrome_pdf - -#endif // PDF_PDF_H_ |