diff options
author | cevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-19 18:43:18 +0000 |
---|---|---|
committer | cevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-19 18:43:18 +0000 |
commit | eddcbc7b146889292e12e82c4fac0339eff37300 (patch) | |
tree | 10e23e140d6fed46f156689536f9a8793b6a85bf /chrome/browser/plugin_process_host.cc | |
parent | 52f88d8d6be4ddfad56c25d3c9a13cd22a768628 (diff) | |
download | chromium_src-eddcbc7b146889292e12e82c4fac0339eff37300.zip chromium_src-eddcbc7b146889292e12e82c4fac0339eff37300.tar.gz chromium_src-eddcbc7b146889292e12e82c4fac0339eff37300.tar.bz2 |
Use SSL to fetch the "known plug-ins" list.
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/280002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29430 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_process_host.cc')
-rw-r--r-- | chrome/browser/plugin_process_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugin_process_host.cc b/chrome/browser/plugin_process_host.cc index 1fe75af..10fd62c9 100644 --- a/chrome/browser/plugin_process_host.cc +++ b/chrome/browser/plugin_process_host.cc @@ -75,7 +75,7 @@ #endif static const char kDefaultPluginFinderURL[] = - "http://cache.pack.google.com/edgedl/chrome/plugins/plugins2.xml"; + "https://dl-ssl.google.com/edgedl/chrome/plugins/plugins2.xml"; #if defined(OS_WIN) |