| Index: remoting/host/plugin/host_plugin-Info.plist
|
| diff --git a/remoting/host/plugin/host_plugin-Info.plist b/remoting/host/plugin/host_plugin-Info.plist
|
| index ca6b0eb7a20e18fe5c4dcaf0929c699ad95a57a1..42cecdd3964d869f767a96ebcd0ddd69eb43d891 100644
|
| --- a/remoting/host/plugin/host_plugin-Info.plist
|
| +++ b/remoting/host/plugin/host_plugin-Info.plist
|
| @@ -21,13 +21,13 @@
|
| <key>LSMinimumSystemVersion</key>
|
| <string>10.5.0</string>
|
| <key>WebPluginName</key>
|
| - <string>${EXECUTABLE_NAME}</string>
|
| + <string>HOST_PLUGIN_NAME</string>
|
| <key>WebPluginMIMETypes</key>
|
| <dict>
|
| <key>HOST_PLUGIN_MIME_TYPE</key>
|
| <dict/>
|
| </dict>
|
| <key>WebPluginDescription</key>
|
| - <string>Remoting Host Plugin</string>
|
| + <string>HOST_PLUGIN_DESCRIPTION</string>
|
| </dict>
|
| </plist>
|
|
|