diff options
author | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-11 17:44:41 +0000 |
---|---|---|
committer | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-11 17:44:41 +0000 |
commit | 6aa957dc3653f1b2d72a9686f6196dc2f74807a0 (patch) | |
tree | 8592747c98dc7bc72fbce702b8133c912a8a80c1 /chrome | |
parent | 778e8c51cad3649127edf90631e785e7c2c6c3f7 (diff) | |
download | chromium_src-6aa957dc3653f1b2d72a9686f6196dc2f74807a0.zip chromium_src-6aa957dc3653f1b2d72a9686f6196dc2f74807a0.tar.gz chromium_src-6aa957dc3653f1b2d72a9686f6196dc2f74807a0.tar.bz2 |
Update URL for dictionary download.
Review URL: http://codereview.chromium.org/1401
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2071 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/spellchecker.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/spellchecker.cc b/chrome/browser/spellchecker.cc index 3119a11..ecb3874 100644 --- a/chrome/browser/spellchecker.cc +++ b/chrome/browser/spellchecker.cc @@ -97,7 +97,7 @@ class SpellChecker::DictionaryDownloadController MessageLoop* ui_loop) : url_request_context_(url_request_context), download_server_url_( - L"http://dl.google.com/chrome/dict/"), + L"http://cache.pack.google.com/chrome/dict/"), ui_loop_(ui_loop), spellchecker_flag_set_task_(spellchecker_flag_set_task) { // Determine dictionary file path and name. |