summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authorsidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-22 19:27:59 +0000
committersidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-22 19:27:59 +0000
commit34734f4b6f5dbf70be94775ab5b3b219ad235658 (patch)
treecbce352bfb0f2af6299392d15249bbe3c482af72 /chrome/browser
parent91c394a8ab7a4a3acd1721ccc314498f0f726c8f (diff)
downloadchromium_src-34734f4b6f5dbf70be94775ab5b3b219ad235658.zip
chromium_src-34734f4b6f5dbf70be94775ab5b3b219ad235658.tar.gz
chromium_src-34734f4b6f5dbf70be94775ab5b3b219ad235658.tar.bz2
Change spell check dictionary download URL to now include edgedl
BUG=1592281 Review URL: http://codereview.chromium.org/18631 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8487 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/spellchecker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/spellchecker.cc b/chrome/browser/spellchecker.cc
index f5ab257..4269f70 100644
--- a/chrome/browser/spellchecker.cc
+++ b/chrome/browser/spellchecker.cc
@@ -211,7 +211,7 @@ class SpellChecker::DictionaryDownloadController
: spellchecker_flag_set_task_(spellchecker_flag_set_task),
url_request_context_(url_request_context),
download_server_url_(
- L"http://cache.pack.google.com/chrome/dict/"),
+ L"http://cache.pack.google.com/edgedl/chrome/dict/"),
ui_loop_(ui_loop) {
// Determine dictionary file path and name.
fetcher_.reset(NULL);