| Index: components/search_engines/template_url.h
|
| diff --git a/components/search_engines/template_url.h b/components/search_engines/template_url.h
|
| index e931a0ae6b1c7c9c7a69b9cf8c01e0507e4a1717..87e6d1c1a4a69923bb3fe55de0b4ff8c874c7660 100644
|
| --- a/components/search_engines/template_url.h
|
| +++ b/components/search_engines/template_url.h
|
| @@ -571,11 +571,6 @@ class TemplateURL {
|
|
|
| const GURL& originating_url() const { return data_.originating_url; }
|
|
|
| - bool show_in_default_list() const { return data_.show_in_default_list; }
|
| - // Returns true if show_in_default_list() is true and this TemplateURL has a
|
| - // TemplateURLRef that supports replacement.
|
| - bool ShowInDefaultList(const SearchTermsData& search_terms_data) const;
|
| -
|
| bool safe_for_autoreplace() const { return data_.safe_for_autoreplace; }
|
|
|
| const std::vector<std::string>& input_encodings() const {
|
|
|