| Index: components/search_engines/template_url_data.h
|
| diff --git a/components/search_engines/template_url_data.h b/components/search_engines/template_url_data.h
|
| index 11943b0ce673eefd744dacf3c8615ff9e5bf9e34..8036bc77729a658b9d097ad56b7ae46a520ef425 100644
|
| --- a/components/search_engines/template_url_data.h
|
| +++ b/components/search_engines/template_url_data.h
|
| @@ -56,12 +56,6 @@ struct TemplateURLData {
|
| // URL to the OSD file this came from. May be empty.
|
| GURL originating_url;
|
|
|
| - // Whether this TemplateURL is shown in the default list of search providers.
|
| - // This is just a property and does not indicate whether the TemplateURL has a
|
| - // TemplateURLRef that supports replacement. Use
|
| - // TemplateURL::ShowInDefaultList() to test both.
|
| - bool show_in_default_list;
|
| -
|
| // Whether it's safe for auto-modification code (the autogenerator and the
|
| // code that imports data from other browsers) to replace the TemplateURL.
|
| // This should be set to false for any TemplateURL the user edits, or any
|
|
|