Chromium Code Reviews| Index: core/include/fpdfapi/fpdf_parser.h |
| diff --git a/core/include/fpdfapi/fpdf_parser.h b/core/include/fpdfapi/fpdf_parser.h |
| index 34568e79ca8fda2b1e09b74ffa2e9bdd3cdc7c03..d18d362ec0b436e58f31cd3816a559be32f82002 100644 |
| --- a/core/include/fpdfapi/fpdf_parser.h |
| +++ b/core/include/fpdfapi/fpdf_parser.h |
| @@ -51,12 +51,6 @@ class CFX_PrivateData; |
| // 'R' - otherwise. |
| extern const char PDF_CharType[256]; |
| -class IPDF_EnumPageHandler |
| -{ |
| -public: |
| - virtual ~IPDF_EnumPageHandler() { } |
| - virtual FX_BOOL EnumPage(CPDF_Dictionary* pPageDict) = 0; |
| -}; |
| class CPDF_Document : public CFX_PrivateData, public CPDF_IndirectObjects |
| { |
| public: |
| @@ -92,8 +86,6 @@ public: |
| int GetPageIndex(FX_DWORD objnum); |
| - void EnumPages(IPDF_EnumPageHandler* pHandler); |
|
Tom Sepez
2015/06/02 22:19:27
note: only reference to IPDF_EnumPageHandler, and
|
| - |
| FX_DWORD GetUserPermissions(FX_BOOL bCheckRevision = FALSE) const; |
| FX_BOOL IsOwner() const; |