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

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: Update based on Peter and Nicolas's comments. 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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/settings_overrides/settings_overrides_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
« no previous file with comments | « no previous file | chrome/browser/extensions/api/settings_overrides/settings_overrides_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698