Chromium Code Reviews| Index: chrome/browser/search_engines/template_url.h |
| diff --git a/chrome/browser/search_engines/template_url.h b/chrome/browser/search_engines/template_url.h |
| index ff9539721d3bbdda711f10fb10ce974a8535d820..1f97bfcebc2df8eb7b6f99d87d0beb0e342de756 100644 |
| --- a/chrome/browser/search_engines/template_url.h |
| +++ b/chrome/browser/search_engines/template_url.h |
| @@ -108,6 +108,9 @@ class TemplateURLRef { |
| // Additional query params provided by the suggest server. |
| std::string suggest_query_params; |
| + // Xsrf token parameter needed to send a delete request to suggest server. |
| + std::string xsrf_token; |
|
Peter Kasting
2013/10/31 23:54:46
This is the wrong place to store this. Since Repl
|
| + |
| // If set, ReplaceSearchTerms() will automatically append any extra query |
| // params specified via the --extra-search-query-params command-line |
| // argument. Generally, this should be set when dealing with the search or |