Index: extensions/renderer/extension_helper.h |
diff --git a/extensions/renderer/extension_helper.h b/extensions/renderer/extension_helper.h |
index 9a041425deefd62807bcef690341c789bd03c847..59e03fbd86de92b40474e73208438d97747871ab 100644 |
--- a/extensions/renderer/extension_helper.h |
+++ b/extensions/renderer/extension_helper.h |
@@ -16,9 +16,9 @@ |
class GURL; |
class SkBitmap; |
struct ExtensionMsg_ExternalConnectionInfo; |
+struct ExtensionMsg_TabConnectionInfo; |
namespace base { |
-class DictionaryValue; |
class ListValue; |
} |
@@ -75,7 +75,7 @@ class ExtensionHelper |
void OnExtensionDispatchOnConnect( |
int target_port_id, |
const std::string& channel_name, |
- const base::DictionaryValue& source_tab, |
+ const ExtensionMsg_TabConnectionInfo& source, |
const ExtensionMsg_ExternalConnectionInfo& info, |
const std::string& tls_channel_id); |
void OnExtensionDeliverMessage(int target_port_id, |