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

Unified Diff: components/search_engines/template_url_data.cc

Issue 426653002: Import keywords for search engines imported from Firefox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 6 years, 5 months 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: 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 fdbec7d7c00b05258e5274cf31096650d966d2d4..a356f6900d0efbba622c5d60449caa4cee55a58f 100644
--- a/components/search_engines/template_url_data.cc
+++ b/components/search_engines/template_url_data.cc
@@ -10,7 +10,8 @@
#include "base/strings/utf_string_conversions.h"
TemplateURLData::TemplateURLData()
- : show_in_default_list(false),
+ : has_custom_keyword(false),
+ show_in_default_list(false),
safe_for_autoreplace(false),
id(0),
date_created(base::Time::Now()),

Powered by Google App Engine
This is Rietveld 408576698