Add user-selected search providers to browser
The lists of search providers are taken from Chrome.
Change-Id: I320f43f06d3a79a3b7a065c73859853dedf0a6b5
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 933cff1..d6d3609 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -300,6 +300,16 @@
<string name="pref_content_open_in_background_summary">Open new windows behind the current one</string>
<!-- Settings label -->
<string name="pref_content_homepage">Set home page</string>
+ <!-- Settings label -->
+ <string name="pref_content_search_engine">Set search engine</string>
+ <!-- Settings summary -->
+ <string name="pref_content_search_engine_summary">Select a search engine</string>
+ <!-- Settings label -->
+ <string name="pref_content_show_search_suggestions">Show web suggestions</string>
+ <!-- Settings summary -->
+ <string name="pref_content_show_web_suggestions_summary_on">Show web suggestions as you type</string>
+ <!-- Settings summary -->
+ <string name="pref_content_show_web_suggestions_summary_off">Don\'t show web suggestions as you type</string>
<!-- Settings button label -->
<string name="pref_use_current">Use current page</string>
<!-- Settings label -->