Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: chrome/browser/android/locale/special_locale_handler.cc

Issue 2487633003: Change behaivor to decide whether a search engine should be shown in the default list (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/android/locale/special_locale_handler.cc
diff --git a/chrome/browser/android/locale/special_locale_handler.cc b/chrome/browser/android/locale/special_locale_handler.cc
index 19be440377971c5f0301808329ca640e8bbcd4d8..a9932d59a72bef9fe727f37f316cc4d492212e80 100644
--- a/chrome/browser/android/locale/special_locale_handler.cc
+++ b/chrome/browser/android/locale/special_locale_handler.cc
@@ -69,7 +69,6 @@ jboolean SpecialLocaleHandler::LoadTemplateUrls(
return false;
for (const auto& data_url : prepopulated_list) {
- data_url.get()->show_in_default_list = false;
data_url.get()->safe_for_autoreplace = true;
std::unique_ptr<TemplateURL> turl(
new TemplateURL(*data_url, TemplateURL::LOCAL));

Powered by Google App Engine
This is Rietveld 408576698