summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-31 00:09:55 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-31 00:09:55 +0000
commit062ca55c85775389f8051d92e3de2aee18690a71 (patch)
treee1e40dd477524c1caf5e38cda646e85c1327d648 /chrome/browser
parentf86cdcc5174e672ce40f229c2a0a3f75c250db18 (diff)
downloadchromium_src-062ca55c85775389f8051d92e3de2aee18690a71.zip
chromium_src-062ca55c85775389f8051d92e3de2aee18690a71.tar.gz
chromium_src-062ca55c85775389f8051d92e3de2aee18690a71.tar.bz2
This fixes http://code.google.com/p/chromium/issues/detail?id=3769, which
is to allow users to download the java plugin via our plugin installer. The plugin installer currently supports URLs which point to executable files. However the java runtime path is timed and changes frequently. As a stop gap fix for this, I added a facility in the plugin installer which indicates if a URL is a display URL. If yes then we navigate to this URL in a new tab, and allow the user to download the plugin from there. The format of the chrome_plugins_file.xml has been changed to have each plugin node specify a list of mime types. This reduces a great deal of duplicated information in the plugins file. Changed the plugin finder URL to http://dl.google.com/chrome/plugins/plugins2.xml to ensure that older clients continue to work. Bug=3769 R=jam Review URL: http://codereview.chromium.org/8729 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4260 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/plugin_process_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugin_process_host.cc b/chrome/browser/plugin_process_host.cc
index f039d07..2fc227e 100644
--- a/chrome/browser/plugin_process_host.cc
+++ b/chrome/browser/plugin_process_host.cc
@@ -39,7 +39,7 @@
#include "sandbox/src/sandbox.h"
static const char kDefaultPluginFinderURL[] =
- "http://dl.google.com/chrome/plugins/plugins.xml";
+ "http://dl.google.com/chrome/plugins/plugins2.xml";
// The NotificationTask is used to notify about plugin process connection/
// disconnection. It is needed because the notifications in the