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

@ -24,4 +24,7 @@ const char kSecureProtocolDescription[] =
"The connection to this site is using a strong protocol version "
"and cipher suite.";
const char kPdfPluginMimeType[] = "application/x-google-chrome-pdf";
const char kPdfPluginPath[] = "chrome://pdf-viewer/";
} // namespace atom