Index: components/search_engines/template_url.h |
diff --git a/components/search_engines/template_url.h b/components/search_engines/template_url.h |
index a01a50e0a66248762b35734b822b357095bb06fe..a5997934c0bf6e94bbc54d812ad27069f455d3c9 100644 |
--- a/components/search_engines/template_url.h |
+++ b/components/search_engines/template_url.h |
@@ -74,14 +74,15 @@ class TemplateURLRef { |
struct ContextualSearchParams { |
ContextualSearchParams(); |
- // TODO(jeremycho): Delete constructor once Clank no longer depends on it. |
+ // 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 |
+ // they are logged from the HTTP header. |
ContextualSearchParams(const int version, |
- const size_t start, |
- const size_t end, |
const std::string& selection, |
- const std::string& content, |
const std::string& base_page_url, |
- const std::string& encoding); |
+ const bool resolve); |
+ // TODO(jeremycho): Delete constructor once Clank no longer depends on it. |
ContextualSearchParams(const int version, |
const size_t start, |
const size_t end, |