Index: chrome/browser/ui/search/search_tab_helper.h |
diff --git a/chrome/browser/ui/search/search_tab_helper.h b/chrome/browser/ui/search/search_tab_helper.h |
index cae2906287f87feb1e6fda2a8274b60d7d9a29eb..06617a1ede5b26f02247104f4041827f9a8016c6 100644 |
--- a/chrome/browser/ui/search/search_tab_helper.h |
+++ b/chrome/browser/ui/search/search_tab_helper.h |
@@ -97,6 +97,9 @@ class SearchTabHelper : public content::WebContentsObserver, |
// and used for the mode change on the |model_|. |
void UpdateModelBasedOnURL(const GURL& url, NTPLoadState state, bool animate); |
+ // Checks if a search term can be extracted from the provided URL. |
+ bool CanExtractSearchTerms(const GURL& url); |
+ |
// Returns the web contents associated with the tab that owns this helper. |
const content::WebContents* web_contents() const; |