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

Unified Diff: components/search_engines/template_url.h

Issue 1902263002: Support fixed prefixes and suffixes when extracting terms from search template URLs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 4 years, 8 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
« no previous file with comments | « no previous file | components/search_engines/template_url.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/template_url.h
diff --git a/components/search_engines/template_url.h b/components/search_engines/template_url.h
index c62bd20bea689c4c5cf5f7561428e73efa1ef41d..10bc6d44885ea415fcfec2e64e8b24d6a15b29bd 100644
--- a/components/search_engines/template_url.h
+++ b/components/search_engines/template_url.h
@@ -467,6 +467,8 @@ class TemplateURLRef {
mutable std::string search_term_key_;
mutable size_t search_term_position_in_path_;
mutable url::Parsed::ComponentType search_term_key_location_;
+ mutable std::string search_term_value_prefix_;
+ mutable std::string search_term_value_suffix_;
mutable PostParams post_params_;
« no previous file with comments | « no previous file | components/search_engines/template_url.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698