summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-04 23:03:24 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-04 23:03:24 +0000
commitf0b9fd3731f32d14d2b36e4fb3ac19f9d917f75c (patch)
tree366f0d71693c37efdb19546c790388144234d168
parent412c7c07f54cdc031d9d241eb4661a833b170a03 (diff)
downloadchromium_src-f0b9fd3731f32d14d2b36e4fb3ac19f9d917f75c.zip
chromium_src-f0b9fd3731f32d14d2b36e4fb3ac19f9d917f75c.tar.gz
chromium_src-f0b9fd3731f32d14d2b36e4fb3ac19f9d917f75c.tar.bz2
Merge 225734 "Fix typo that broke Yahoo! South Africa."
> Fix typo that broke Yahoo! South Africa. > > BUG=299640 > TEST=Omnibox searches with Yahoo! South Africa should work. > TBR=estade > > Review URL: https://codereview.chromium.org/25097003 TBR=pkasting@chromium.org Review URL: https://codereview.chromium.org/26059002 git-svn-id: svn://svn.chromium.org/chrome/branches/1650/src@227123 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/search_engines/prepopulated_engines.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/search_engines/prepopulated_engines.json b/chrome/browser/search_engines/prepopulated_engines.json
index ed60649..9c90271 100644
--- a/chrome/browser/search_engines/prepopulated_engines.json
+++ b/chrome/browser/search_engines/prepopulated_engines.json
@@ -26,7 +26,7 @@
// Increment this if you change the data in ways that mean users with
// existing data should get a new version.
- "kCurrentDataVersion": 64
+ "kCurrentDataVersion": 65
},
// The following engines are included in country lists and are added to the
@@ -995,9 +995,9 @@
"yahoo_za": {
"name": "Yahoo! South Africa",
- "keyword": "sa.yahoo.com",
- "favicon_url": "http://sa.search.yahoo.com/favicon.ico",
- "search_url": "http://sa.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
+ "keyword": "za.yahoo.com",
+ "favicon_url": "http://za.search.yahoo.com/favicon.ico",
+ "search_url": "http://za.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
"type": "SEARCH_ENGINE_YAHOO",
"id": 2
},