Index: chrome/browser/extensions/extension_host.h |
diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h |
index be0208af778ffe670deda5a38ffa9a8125691910..19acf7cb6db2b4c926d431ef32aa9021e2b64be2 100644 |
--- a/chrome/browser/extensions/extension_host.h |
+++ b/chrome/browser/extensions/extension_host.h |
@@ -91,9 +91,6 @@ class ExtensionHost : public content::WebContentsDelegate, |
// instantiate Browser objects. |
void CreateView(Browser* browser); |
- // Helper variant of the above for cases where no Browser is present. |
- void CreateViewWithoutBrowser(); |
- |
const Extension* extension() const { return extension_; } |
const std::string& extension_id() const { return extension_id_; } |
content::WebContents* host_contents() const { return host_contents_.get(); } |
@@ -161,7 +158,6 @@ class ExtensionHost : public content::WebContentsDelegate, |
const gfx::Rect& initial_pos, |
bool user_gesture) OVERRIDE; |
virtual void CloseContents(content::WebContents* contents) OVERRIDE; |
- virtual bool ShouldSuppressDialogs() OVERRIDE; |
// content::NotificationObserver |
virtual void Observe(int type, |