Searched defs:OpenChannelParams (Results 1 – 1 of 1) sorted by relevance
81 struct MessageService::OpenChannelParams { struct in extensions::MessageService82 content::RenderProcessHost* source;83 base::DictionaryValue source_tab;84 scoped_ptr<MessagePort> receiver;85 int receiver_port_id;86 std::string source_extension_id;87 std::string target_extension_id;88 GURL source_url;89 std::string channel_name;90 bool include_tls_channel_id;[all …]