summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_process_host.cc
diff options
context:
space:
mode:
authormal@chromium.org <mal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-23 02:38:17 +0000
committermal@chromium.org <mal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-23 02:38:17 +0000
commitbfdb3b89730a019b5837689660f565bc60243af2 (patch)
tree66e1940c319d3351b162b382b414e264e42b1bd8 /chrome/browser/plugin_process_host.cc
parentec68b62ec102d43e2559da1e1c3a022cf191403a (diff)
downloadchromium_src-bfdb3b89730a019b5837689660f565bc60243af2.zip
chromium_src-bfdb3b89730a019b5837689660f565bc60243af2.tar.gz
chromium_src-bfdb3b89730a019b5837689660f565bc60243af2.tar.bz2
Change the URL for the plugin finder service.
We need to start using the /edgedl prefix. BUG= b/2111073 Review URL: http://codereview.chromium.org/217021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26897 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_process_host.cc')
-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 e78f239..253c100 100644
--- a/chrome/browser/plugin_process_host.cc
+++ b/chrome/browser/plugin_process_host.cc
@@ -71,7 +71,7 @@
#endif
static const char kDefaultPluginFinderURL[] =
- "http://dl.google.com/chrome/plugins/plugins2.xml";
+ "http://cache.pack.google.com/edgedl/chrome/plugins/plugins2.xml";
#if defined(OS_WIN)