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

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

Issue 29326061: Issue 3003 - Set DuckDuckGo as the default search engine for all locales (Closed)
Patch Set: Created Sept. 7, 2015, 11:33 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 | « mobile/android/app/mobile.js ('k') | 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,26 +2,20 @@
# 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=DuckDuckGo
+browser.search.defaultenginename=Google
# Search engine order (order displayed in the search bar dropdown).
-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.
+browser.search.order.1=Google
+browser.search.order.2=Yahoo
+browser.search.order.3=Bing
# 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 | « mobile/android/app/mobile.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld