enable pdf plugin by default
This commit is contained in:
parent
c15f6af892
commit
e767c59da2
4 changed files with 16 additions and 5 deletions
|
@ -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_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue