Index: chrome/browser/ui/extensions/shell_window.h |
diff --git a/chrome/browser/ui/extensions/shell_window.h b/chrome/browser/ui/extensions/shell_window.h |
index a996ed3b2c46c2d5b182a17aed3b0b8bc35e24a5..981c7250068741803590c3bd05842df43245e268 100644 |
--- a/chrome/browser/ui/extensions/shell_window.h |
+++ b/chrome/browser/ui/extensions/shell_window.h |
@@ -139,9 +139,6 @@ class ShellWindow : public content::NotificationObserver, |
// content::WebContentsDelegate implementation. |
virtual void CloseContents(content::WebContents* contents) OVERRIDE; |
virtual bool ShouldSuppressDialogs() OVERRIDE; |
- virtual void WebIntentDispatch( |
- content::WebContents* web_contents, |
- content::WebIntentsDispatcher* intents_dispatcher) OVERRIDE; |
virtual void RunFileChooser( |
content::WebContents* tab, |
const content::FileChooserParams& params) OVERRIDE; |