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

Unified Diff: chrome/browser/importer/ie_importer.cc

Issue 10381016: Remove the "autogenerate keyword" bit on TemplateURL. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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: chrome/browser/importer/ie_importer.cc
===================================================================
--- chrome/browser/importer/ie_importer.cc (revision 135424)
+++ chrome/browser/importer/ie_importer.cc (working copy)
@@ -586,7 +586,7 @@
if (gurl.is_valid()) {
TemplateURLData data;
data.short_name = name;
- data.SetKeyword(TemplateURLService::GenerateKeyword(gurl, false));
+ data.SetKeyword(TemplateURLService::GenerateKeyword(gurl));
data.SetURL(url);
data.show_in_default_list = true;
t_iter = search_engines_map.insert(std::make_pair(url,

Powered by Google App Engine
This is Rietveld 408576698