Index: core/fpdfapi/fpdf_parser/cpdf_security_handler.h |
diff --git a/core/fpdfapi/fpdf_parser/cpdf_security_handler.h b/core/fpdfapi/fpdf_parser/cpdf_security_handler.h |
index d342c1484ee0cd3587dc8a04751cbbd378d442a2..3cf4d2cd196969058ce3766097e7ecb09d6e9630 100644 |
--- a/core/fpdfapi/fpdf_parser/cpdf_security_handler.h |
+++ b/core/fpdfapi/fpdf_parser/cpdf_security_handler.h |
@@ -30,7 +30,7 @@ class CPDF_SecurityHandler { |
FX_BOOL OnInit(CPDF_Parser* pParser, CPDF_Dictionary* pEncryptDict); |
uint32_t GetPermissions(); |
FX_BOOL GetCryptInfo(int& cipher, const uint8_t*& buffer, int& keylen); |
- FX_BOOL IsMetadataEncrypted(); |
+ bool IsMetadataEncrypted() const; |
CPDF_CryptoHandler* CreateCryptoHandler(); |
void OnCreate(CPDF_Dictionary* pEncryptDict, |