| Index: components/search_engines/template_url.h
|
| diff --git a/components/search_engines/template_url.h b/components/search_engines/template_url.h
|
| index fe4fc31300787093619c21743e8a80d450377e61..e7fb57df8ca0814f4cca923ccfb027bfcfc8e1a2 100644
|
| --- a/components/search_engines/template_url.h
|
| +++ b/components/search_engines/template_url.h
|
| @@ -613,9 +613,6 @@ class TemplateURL {
|
| }
|
|
|
| Type type() const { return type_; }
|
| - // TODO(ianwen): remove set_type() once RestoreExtensionInfoIfNecessary() no
|
| - // longer needs it.
|
| - void set_type(Type type) { type_ = type; }
|
|
|
| // This setter shouldn't be used except by TemplateURLService and
|
| // TemplateURLServiceClient implementations.
|
|
|