| Index: chrome/browser/tab_contents/tab_contents.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h
|
| index 41d298acb7eb17838fa4ff84f87a015aba04e888..4fafde2c0e59cdfcb12ef64a5d70cd7af57618eb 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.h
|
| +++ b/chrome/browser/tab_contents/tab_contents.h
|
| @@ -943,8 +943,6 @@ class TabContents : public PageNavigator,
|
| const std::vector<webkit_glue::PasswordForm>& visible_forms);
|
| virtual void PageHasOSDD(RenderViewHost* render_view_host,
|
| int32 page_id, const GURL& url, bool autodetected);
|
| - virtual ViewHostMsg_GetSearchProviderInstallState_Params
|
| - GetSearchProviderInstallState(const GURL& url);
|
| virtual GURL GetAlternateErrorPageURL() const;
|
| virtual RendererPreferences GetRendererPrefs(Profile* profile) const;
|
| virtual WebPreferences GetWebkitPrefs();
|
|
|