Index: chrome/browser/extensions/extension_host.h |
diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h |
index 78945dcb4ee4560572ebcdd173941477b95fcaaf..9e802318223644306e0e9b03b9e9b9e2a620a9d2 100644 |
--- a/chrome/browser/extensions/extension_host.h |
+++ b/chrome/browser/extensions/extension_host.h |
@@ -141,6 +141,7 @@ 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, |