| 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 84ec4bd8e402f7c444b90f7bc792a49332db0c86..6a821f08946bc712c05ec0b4594432e9c6c82258 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;
|
|
|
|
|