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

Unified Diff: components/search_engines/template_url_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_data.h ('k') | components/search_engines/template_url_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/template_url_data.cc
diff --git a/components/search_engines/template_url_data.cc b/components/search_engines/template_url_data.cc
index f415c7719fcc8e13855f6aa3d8fe43bb305971d7..fd04fd3d30f2c6ed73abbe5b4898457477075441 100644
--- a/components/search_engines/template_url_data.cc
+++ b/components/search_engines/template_url_data.cc
@@ -11,8 +11,7 @@
#include "base/strings/utf_string_conversions.h"
TemplateURLData::TemplateURLData()
- : show_in_default_list(false),
- safe_for_autoreplace(false),
+ : safe_for_autoreplace(false),
id(0),
date_created(base::Time::Now()),
last_modified(base::Time::Now()),
@@ -21,8 +20,7 @@ TemplateURLData::TemplateURLData()
prepopulate_id(0),
sync_guid(base::GenerateGUID()),
keyword_(base::ASCIIToUTF16("dummy")),
- url_("x") {
-}
+ url_("x") {}
TemplateURLData::TemplateURLData(const TemplateURLData& other) = default;
« no previous file with comments | « components/search_engines/template_url_data.h ('k') | components/search_engines/template_url_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698