Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: abb-distribution/preferences.json

Issue 29326170: Issue 3004 - Properly set the default search engine to Baidu for Chinese users (Closed)
Patch Set: Created Sept. 9, 2015, 12:27 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | mobile/android/build.mk » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "Global": {
3 "id": "abpbrowser",
4 "version": 1.0,
5 "about": "Adblock Browser"
6 },
7 "Preferences": {
8 "distribution.searchplugins.defaultLocale": "en-US"
9 },
10 "LocalizablePreferences.en-US": {
11 "browser.search.defaultenginename": "DuckDuckGo",
12 "browser.search.order.1": "DuckDuckGo",
13 "browser.search.order.2": "Google",
14 "browser.search.order.3": "Yahoo"
15 },
16 "LocalizablePreferences.zh-CN": {
17 "browser.search.defaultenginename": "百度",
18 "browser.search.order.1": "百度",
19 "browser.search.order.2": "Yahoo",
20 "browser.search.order.3": "Google"
21 }
22 }
23
OLDNEW
« no previous file with comments | « no previous file | mobile/android/build.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld