diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-28 02:54:25 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-28 02:54:25 +0000 |
commit | 6ee30c0e5e22341cb73c9390aab3e580bcad6a91 (patch) | |
tree | 481e4ae6121f64cd1e31f706510f2ce7d066c5c4 /remoting/remoting.gyp | |
parent | 22362c7358df89e2c0c94c4dd43ecfe90ac3da27 (diff) | |
download | chromium_src-6ee30c0e5e22341cb73c9390aab3e580bcad6a91.zip chromium_src-6ee30c0e5e22341cb73c9390aab3e580bcad6a91.tar.gz chromium_src-6ee30c0e5e22341cb73c9390aab3e580bcad6a91.tar.bz2 |
Use the same MIME types regardless of branding, for compatibility.
BUG=
TEST=Remoting web app works in suitably configured Google Chrome and Chromium browsers.
Review URL: http://codereview.chromium.org/7088003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87149 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 78b967d..c0d8a57 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -7,6 +7,8 @@ # TODO(dmaclach): can we pick this up some other way? Right now it's # duplicated from chrome.gyp 'chromium_code': 1, + # Use a consistent MIME-type independent of branding. + 'host_plugin_mime_type': 'application/vnd.chromium.remoting-host', 'conditions': [ ['OS=="mac"', { 'conditions': [ @@ -29,11 +31,6 @@ 'plugin_extension': 'dll', 'plugin_prefix': '', }], - ['branding=="Chrome"', { - 'host_plugin_mime_type': 'application/vnd.google-chrome.remoting-host', - }, { # else: branding!="Chrome" - 'host_plugin_mime_type': 'application/vnd.chromium.remoting-host', - }], # branding ], }, |