diff options
-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) |