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

Unified Diff: components/search_engines/template_url_prepopulate_data.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 | « components/search_engines/template_url_parser.cc ('k') | components/search_engines/template_url_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/template_url_prepopulate_data.cc
diff --git a/components/search_engines/template_url_prepopulate_data.cc b/components/search_engines/template_url_prepopulate_data.cc
index 72574064b75a2e62e25df051b83e4142941e8793..0eaa075f75ab7620fdd54c9e401934354058dcb9 100644
--- a/components/search_engines/template_url_prepopulate_data.cc
+++ b/components/search_engines/template_url_prepopulate_data.cc
@@ -1009,7 +1009,6 @@ std::unique_ptr<TemplateURLData> MakePrepopulatedTemplateURLData(
data->instant_url_post_params = instant_url_post_params.as_string();
data->image_url_post_params = image_url_post_params.as_string();
data->favicon_url = GURL(favicon_url);
- data->show_in_default_list = true;
data->safe_for_autoreplace = true;
data->input_encodings.push_back(encoding.as_string());
data->date_created = base::Time();
« no previous file with comments | « components/search_engines/template_url_parser.cc ('k') | components/search_engines/template_url_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698