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..3266ea27ace21dee4f83a25349f1357578da9367 100644 |
--- a/components/search_provider_logos/logo_tracker.h |
+++ b/components/search_provider_logos/logo_tracker.h |
@@ -72,6 +72,7 @@ typedef base::Callback< |
// Encodes the fingerprint of the cached logo in the logo URL. This enables the |
// server to verify whether the cached logo is up-to-date. |
+// TODO(ianwen): remove wants_cta from parameter. |
newt (away)
2015/09/23 20:38:44
I approve of this TODO, but it's in the wrong plac
Ian Wen
2015/09/23 21:59:52
Done.
|
typedef base::Callback<GURL(const GURL& logo_url, |
const std::string& fingerprint, |
bool wants_cta)> AppendQueryparamsToLogoURL; |