| Index: chrome/browser/search_engines/template_url_table_model.cc
|
| diff --git a/chrome/browser/search_engines/template_url_table_model.cc b/chrome/browser/search_engines/template_url_table_model.cc
|
| index dcad47e63e471577f25dd3524c8d8eedbd29f6fe..653cf7e4cecd07107161957952d26594cac6cd4b 100644
|
| --- a/chrome/browser/search_engines/template_url_table_model.cc
|
| +++ b/chrome/browser/search_engines/template_url_table_model.cc
|
| @@ -159,7 +159,8 @@ void TemplateURLTableModel::Reload() {
|
| const TemplateURL* template_url = *i;
|
| // NOTE: we don't use ShowInDefaultList here to avoid things bouncing
|
| // the lists while editing.
|
| - if (!template_url->show_in_default_list())
|
| + if (!template_url->show_in_default_list() &&
|
| + !template_url->IsExtensionKeyword())
|
| entries_.push_back(new ModelEntry(this, *template_url));
|
| }
|
|
|
|
|