Index: chrome/browser/extensions/extension_view_host_factory.h |
diff --git a/chrome/browser/extensions/extension_view_host_factory.h b/chrome/browser/extensions/extension_view_host_factory.h |
index 4bb278001d03d392ae543314b96c9bb67424e1e6..5bc388c38e6a555a3c34193662000e4c60a67831 100644 |
--- a/chrome/browser/extensions/extension_view_host_factory.h |
+++ b/chrome/browser/extensions/extension_view_host_factory.h |
@@ -23,8 +23,6 @@ class ExtensionViewHostFactory { |
// appropriate SiteInstance (and therefore process) based on the URL and |
// profile. |
static ExtensionViewHost* CreatePopupHost(const GURL& url, Browser* browser); |
- static ExtensionViewHost* CreateInfobarHost(const GURL& url, |
- Browser* browser); |
// Some dialogs may not be associated with a particular browser window and |
// hence only require a |profile|. |