Index: chrome/browser/external_tab_container_win.cc |
diff --git a/chrome/browser/external_tab_container_win.cc b/chrome/browser/external_tab_container_win.cc |
index 7dedb68b0cbb2220dac98d0e1782e1754c7823d9..3d88f4fbce26275a0b27807052f78b00011c1115 100644 |
--- a/chrome/browser/external_tab_container_win.cc |
+++ b/chrome/browser/external_tab_container_win.cc |
@@ -42,6 +42,7 @@ |
#include "content/browser/renderer_host/resource_dispatcher_host_request_info.h" |
#include "content/browser/tab_contents/navigation_details.h" |
#include "content/browser/tab_contents/provisional_load_details.h" |
+#include "content/public/browser/intents_host.h" |
#include "content/public/browser/native_web_keyboard_event.h" |
#include "content/public/browser/notification_service.h" |
#include "content/public/common/bindings_policy.h" |
@@ -727,11 +728,10 @@ void ExternalTabContainer::RegisterIntentHandler(TabContents* tab, |
void ExternalTabContainer::WebIntentDispatch( |
TabContents* tab, |
- int routing_id, |
- const webkit_glue::WebIntentData& intent, |
- int intent_id) { |
+ content::IntentsHost* intents_host) { |
// TODO(binji) How do we want to display the WebIntentPicker bubble if there |
// is no BrowserWindow? |
+ delete intents_host; |
} |
void ExternalTabContainer::FindReply(TabContents* tab, |