Index: chrome/browser/extensions/extension_tab_helper.h |
diff --git a/chrome/browser/extensions/extension_tab_helper.h b/chrome/browser/extensions/extension_tab_helper.h |
index 7310aaa8b11322aa95d0420c03ca0f92675601d9..6a27ebf9003557de318b7493ebcd2ed939e26a5a 100644 |
--- a/chrome/browser/extensions/extension_tab_helper.h |
+++ b/chrome/browser/extensions/extension_tab_helper.h |
@@ -127,10 +127,10 @@ class ExtensionTabHelper |
const std::string& error) OVERRIDE; |
// AppNotifyChannelSetup::Delegate. |
- virtual void AppNotifyChannelSetupComplete(const std::string& channel_id, |
- const std::string& error, |
- int return_route_id, |
- int callback_id) OVERRIDE; |
+ virtual void AppNotifyChannelSetupComplete( |
+ const std::string& channel_id, |
+ const std::string& error, |
+ const AppNotifyChannelSetup* setup) OVERRIDE; |
// Data for app extensions --------------------------------------------------- |