| Index: components/search_engines/template_url.h
|
| diff --git a/components/search_engines/template_url.h b/components/search_engines/template_url.h
|
| index 747eb2c05600121912c2bb68254b1155b46f256a..42958ab214edc1e2ff59937d967d834636cc46db 100644
|
| --- a/components/search_engines/template_url.h
|
| +++ b/components/search_engines/template_url.h
|
| @@ -79,13 +79,14 @@ class TemplateURLRef {
|
| ContextualSearchParams();
|
| // Used when the content is sent in the HTTP header instead of as CGI
|
| // parameters.
|
| - // TODO(jeremycho): Remove base_page_url and selection parameters once
|
| + // TODO(donnd): Remove base_page_url and selection parameters once
|
| // they are logged from the HTTP header.
|
| ContextualSearchParams(const int version,
|
| const std::string& selection,
|
| const std::string& base_page_url,
|
| const bool resolve);
|
| - // TODO(jeremycho): Delete constructor once Clank no longer depends on it.
|
| + // TODO(donnd): Delete constructor once Clank, iOS, and tests no
|
| + // longer depend on it.
|
| ContextualSearchParams(const int version,
|
| const size_t start,
|
| const size_t end,
|
|
|