Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(530)

Unified Diff: components/search_engines/template_url.h

Issue 1679893002: [Contextual Search] Update GetUrlForContextualSearchQuery. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698