Index: chrome/browser/extensions/extension_host.h |
diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h |
index e11beb5c6e3596eb21a2250311f9cac18b4d3263..4b9263dc134a642d05398867b8a4996252b6e681 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, |