| Index: components/search_provider_logos/logo_tracker.h
|
| diff --git a/components/search_provider_logos/logo_tracker.h b/components/search_provider_logos/logo_tracker.h
|
| index 29933eb611093bd6d0ce52b90d87e3aedee98634..475608541755ba965889201c5c878f1c0151d06b 100644
|
| --- a/components/search_provider_logos/logo_tracker.h
|
| +++ b/components/search_provider_logos/logo_tracker.h
|
| @@ -120,6 +120,7 @@ class LogoTracker : public net::URLFetcherDelegate {
|
| // |wants_cta| determines if the url should return a call to action image.
|
| // Note: |parse_logo_response_func| and |append_queryparams_func| must be
|
| // suitable for running multiple times, concurrently, and on multiple threads.
|
| + // TODO(ianwen): remove wants_cta from parameter.
|
| void SetServerAPI(const GURL& logo_url,
|
| const ParseLogoResponse& parse_logo_response_func,
|
| const AppendQueryparamsToLogoURL& append_queryparams_func,
|
|
|