Chromium Code Reviews| Index: chrome/common/pepper_plugin_registry.cc |
| =================================================================== |
| --- chrome/common/pepper_plugin_registry.cc (revision 51504) |
| +++ chrome/common/pepper_plugin_registry.cc (working copy) |
| @@ -74,6 +74,8 @@ |
| pdf.path = path; |
| pdf.name = "Chrome PDF Viewer"; |
| pdf.mime_types.push_back("application/pdf"); |
| + pdf.file_extensions = "pdf"; |
| + pdf.type_descriptions = "Portable Document Format"; |
| plugins->push_back(pdf); |
| } |
| } |