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 304a6d276cd1f7b97d7cbb03f53c7f171be43ccb..f8198ab69297598bc3383497442bbe5ff5ec0edc 100644 |
--- a/chrome/browser/tab_contents/tab_contents.h |
+++ b/chrome/browser/tab_contents/tab_contents.h |
@@ -949,6 +949,8 @@ 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(); |