Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3206)

Unified Diff: chrome/browser/search_engines/prepopulated_engines.json

Issue 267333002: Add the new suggestion url for Naver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update the favicon url. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search_engines/prepopulated_engines.json
diff --git a/chrome/browser/search_engines/prepopulated_engines.json b/chrome/browser/search_engines/prepopulated_engines.json
index 6fa93306ac15a2a43a95448cda0936353f511c5c..c4eb33d238ee1e5bce8b7f758c1758d9c0d01860 100644
--- a/chrome/browser/search_engines/prepopulated_engines.json
+++ b/chrome/browser/search_engines/prepopulated_engines.json
@@ -27,7 +27,7 @@
// Increment this if you change the data in ways that mean users with
// existing data should get a new version.
- "kCurrentDataVersion": 72
+ "kCurrentDataVersion": 73
},
// The following engines are included in country lists and are added to the
@@ -573,8 +573,9 @@
"naver": {
"name": "\ub124\uc774\ubc84",
"keyword": "naver.com",
- "favicon_url": "http://sstatic.naver.net/search/favicon/favicon_140327.ico",
+ "favicon_url": "http://www.naver.com/favicon.ico",
Peter Kasting 2014/05/07 06:51:01 Don't change this value. I realize this is the OS
Sungmann Cho 2014/05/07 07:05:29 Done.
"search_url": "http://search.naver.com/search.naver?ie={inputEncoding}&query={searchTerms}",
+ "suggest_url": "http://ac.search.naver.com/nx/ac?of=os&ie={inputEncoding}&oe={outputEncoding}&q={searchTerms}",
Peter Kasting 2014/05/07 06:51:01 Nit: Can you reverse the last two params to match
Sungmann Cho 2014/05/07 07:05:29 Done.
"type": "SEARCH_ENGINE_NAVER",
"id": 67
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698