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

Unified Diff: mobile/locales/en-US/chrome/region.properties

Issue 29324573: Issue 2939 - Change default search engine to DuckDuckGo (Closed)
Patch Set: Created Aug. 25, 2015, 12:23 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/locales/en-US/chrome/region.properties
===================================================================
--- a/mobile/locales/en-US/chrome/region.properties
+++ b/mobile/locales/en-US/chrome/region.properties
@@ -2,20 +2,26 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+# In Adblock Browser, we set this to DuckDuckGo, see
+# https://issues.adblockplus.org/ticket/2939.
+
# Default search engine
-browser.search.defaultenginename=Google
+browser.search.defaultenginename=DuckDuckGo
# Search engine order (order displayed in the search bar dropdown).
-browser.search.order.1=Google
-browser.search.order.2=Yahoo
-browser.search.order.3=Bing
+browser.search.order.1=DuckDuckGo
+browser.search.order.2=Google
+browser.search.order.3=Yahoo
+
+# In Adblock Browser, we want DuckDuckGo to be the default in all countries,
+# see: https://issues.adblockplus.org/ticket/2939.
# These override the equivalents above when the client detects that it is in
# US market only.
-browser.search.defaultenginename.US=Yahoo
-browser.search.order.US.1=Yahoo
-browser.search.order.US.2=Google
-browser.search.order.US.3=Bing
+# browser.search.defaultenginename.US=Yahoo
+# browser.search.order.US.1=Yahoo
+# browser.search.order.US.2=Google
+# browser.search.order.US.3=Bing
# increment this number when anything gets changed in the list below. This will
# cause Firefox to re-read these prefs and inject any new handlers into the
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld