Index: chrome/browser/search_engines/template_url_service.h |
diff --git a/chrome/browser/search_engines/template_url_service.h b/chrome/browser/search_engines/template_url_service.h |
index 8dfcdb8f9e3d2d0dd78dc808cc3f244b06f641bc..b1f74fcf407b6e183a0e03d2c62079a0228f4f22 100644 |
--- a/chrome/browser/search_engines/template_url_service.h |
+++ b/chrome/browser/search_engines/template_url_service.h |
@@ -129,6 +129,9 @@ class TemplateURLService : public WebDataServiceConsumer, |
bool support_replacement_only, |
std::vector<string16>* matches) const; |
+ // Attempt to extract search terms from the supplied |url|. |
+ string16 TryToExtractSearchTermsFromURL(GURL url); |
sky
2012/12/12 22:41:57
const GURL&
Mathieu
2012/12/12 23:37:24
Done.
|
+ |
// Looks up |keyword| and returns the element it maps to. Returns NULL if |
// the keyword was not found. |
// The caller should not try to delete the returned pointer; the data store |