| 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 caef0e5ec2067e88a7844e69692a2d3ae1c975ac..83b1a4b50d258e71c6851ceb3bd90d2cbab8bd46 100644
|
| --- a/chrome/browser/ui/search/search_tab_helper.h
|
| +++ b/chrome/browser/ui/search/search_tab_helper.h
|
| @@ -163,11 +163,6 @@ class SearchTabHelper : public content::WebContentsObserver,
|
| // otherwise keeps the current origin.
|
| void UpdateMode(bool update_origin);
|
|
|
| - // Tells the renderer to determine if the page supports the Instant API, which
|
| - // results in a call to OnInstantSupportDetermined() when the reply is
|
| - // received.
|
| - void DetermineIfPageSupportsInstant();
|
| -
|
| OmniboxView* GetOmniboxView();
|
| const OmniboxView* GetOmniboxView() const;
|
|
|
|
|