| Index: components/search_engines/template_url_service.h
|
| diff --git a/components/search_engines/template_url_service.h b/components/search_engines/template_url_service.h
|
| index b6bb73ba756d105b27c0ee507d6200176a40e3f3..aaca19e788b150c86c43edd4347b0cdd2e2f5ee7 100644
|
| --- a/components/search_engines/template_url_service.h
|
| +++ b/components/search_engines/template_url_service.h
|
| @@ -189,11 +189,6 @@ class TemplateURLService : public WebDataServiceConsumer,
|
| const base::string16& keyword,
|
| const std::string& url);
|
|
|
| - // Adds a search engine with the specified info for extensions.
|
| - TemplateURL* AddExtensionControlledTURL(
|
| - std::unique_ptr<TemplateURL> template_url,
|
| - std::unique_ptr<TemplateURL::AssociatedExtensionInfo> info);
|
| -
|
| // Removes the keyword from the model. This deletes the supplied TemplateURL.
|
| // This fails if the supplied template_url is the default search provider.
|
| void Remove(TemplateURL* template_url);
|
|
|