enable pdf plugin by default

This commit is contained in:
deepak1556 2017-01-23 18:50:30 +05:30
parent c15f6af892
commit e767c59da2
4 changed files with 16 additions and 5 deletions

View file

@ -20,6 +20,10 @@ extern const char kValidCertificateDescription[];
extern const char kSecureProtocol[];
extern const char kSecureProtocolDescription[];
// The MIME type used for the PDF plugin.
extern const char kPdfPluginMimeType[];
extern const char kPdfPluginPath[];
} // namespace atom
#endif // ATOM_COMMON_ATOM_CONSTANTS_H_