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

Unified Diff: chrome/browser/search_engines/template_url_service.h

Issue 11415292: [Search] No longer reverting omnibox text on instant search (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: indent Created 8 years 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: 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

Powered by Google App Engine
This is Rietveld 408576698