summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/toolbar/toolbar_model_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/toolbar/toolbar_model_impl.h')
-rw-r--r--chrome/browser/ui/toolbar/toolbar_model_impl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/ui/toolbar/toolbar_model_impl.h b/chrome/browser/ui/toolbar/toolbar_model_impl.h
index 9da3b55..fda179e 100644
--- a/chrome/browser/ui/toolbar/toolbar_model_impl.h
+++ b/chrome/browser/ui/toolbar/toolbar_model_impl.h
@@ -53,11 +53,6 @@ class ToolbarModelImpl : public ToolbarModel {
// If this returns NULL, default values are used.
content::NavigationController* GetNavigationController() const;
- // Attempt to extract search terms from the current url. Called by GetText if
- // |display_search_urls_as_search_terms| is true and by
- // WouldReplaceSearchURLWithSearchTerms.
- string16 TryToExtractSearchTermsFromURL() const;
-
// Helper method to extract the profile from the navigation controller.
Profile* GetProfile() const;