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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mobile/android/build.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: abb-distribution/preferences.json
diff --git a/abb-distribution/preferences.json b/abb-distribution/preferences.json
new file mode 100644
index 0000000000000000000000000000000000000000..d13921a5a34059a3a4ecd1744330031feb1c8f98
--- /dev/null
+++ b/abb-distribution/preferences.json
@@ -0,0 +1,23 @@
+{
+ "Global": {
+ "id": "abpbrowser",
+ "version": 1.0,
+ "about": "Adblock Browser"
+ },
+ "Preferences": {
+ "distribution.searchplugins.defaultLocale": "en-US"
+ },
+ "LocalizablePreferences.en-US": {
+ "browser.search.defaultenginename": "DuckDuckGo",
+ "browser.search.order.1": "DuckDuckGo",
+ "browser.search.order.2": "Google",
+ "browser.search.order.3": "Yahoo"
+ },
+ "LocalizablePreferences.zh-CN": {
+ "browser.search.defaultenginename": "百度",
+ "browser.search.order.1": "百度",
+ "browser.search.order.2": "Yahoo",
+ "browser.search.order.3": "Google"
+ }
+}
+
« 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