Index: remoting/host/win/version.rc.jinja2 |
diff --git a/remoting/host/win/version.rc.jinja2 b/remoting/host/win/version.rc.jinja2 |
index 19ba83dafdf62fed7769c649ba1adbed9e34a7b8..04807679c7081eb50dff5b29354f8dfd1cee972e 100644 |
--- a/remoting/host/win/version.rc.jinja2 |
+++ b/remoting/host/win/version.rc.jinja2 |
@@ -3,6 +3,7 @@ |
// found in the LICENSE file. |
#include <winresrc.h> |
+ |
#ifdef IDC_STATIC |
#undef IDC_STATIC |
#endif |
@@ -57,7 +58,7 @@ BEGIN |
VALUE "FileDescription", "{% trans %}REMOTING_HOST_PLUGIN_DESCRIPTION{% endtrans %}" |
VALUE "InternalName", "remoting_host_plugin.dll" |
VALUE "OriginalFilename", "remoting_host_plugin.dll" |
- VALUE "MIMEType", "application/vnd.chromium.remoting-host" |
+ VALUE "MIMEType", HOST_PLUGIN_MIME_TYPE |
#else |
#error BINARY must be set to one of BINARY_XXX values. |
#endif |