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

Unified Diff: components/search_engines/prepopulated_engines.json

Issue 2241723002: Use https for naver search engine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: components/search_engines/prepopulated_engines.json
diff --git a/components/search_engines/prepopulated_engines.json b/components/search_engines/prepopulated_engines.json
index 721bfd6082443234475864ab7f88391a634c97d2..b055287893407b6659a44c890e4ea36c550521a4 100644
--- a/components/search_engines/prepopulated_engines.json
+++ b/components/search_engines/prepopulated_engines.json
@@ -163,9 +163,9 @@
"naver": {
"name": "\ub124\uc774\ubc84",
"keyword": "naver.com",
- "favicon_url": "http://sstatic.naver.net/search/favicon/favicon_140327.ico",
- "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}&q={searchTerms}&oe={outputEncoding}",
+ "favicon_url": "https://ssl.pstatic.net/sstatic/search/favicon/favicon_140327.ico",
+ "search_url": "https://search.naver.com/search.naver?ie={inputEncoding}&query={searchTerms}",
+ "suggest_url": "https://ac.search.naver.com/nx/ac?of=os&ie={inputEncoding}&q={searchTerms}&oe={outputEncoding}",
"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