| Index: chrome/browser/ui/toolbar/toolbar_model_impl.h
|
| diff --git a/chrome/browser/ui/toolbar/toolbar_model_impl.h b/chrome/browser/ui/toolbar/toolbar_model_impl.h
|
| index 9da3b55e693f08fdfa160084733c65fc3f616659..fda179e6f769ec6f108ef54dda99aa7123fe5b03 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;
|
|
|
|
|