diff options
Diffstat (limited to 'jingle/notifier/communicator/connection_settings.h')
-rw-r--r-- | jingle/notifier/communicator/connection_settings.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/jingle/notifier/communicator/connection_settings.h b/jingle/notifier/communicator/connection_settings.h index b26f559..b5a1ee9 100644 --- a/jingle/notifier/communicator/connection_settings.h +++ b/jingle/notifier/communicator/connection_settings.h @@ -48,12 +48,10 @@ class ConnectionSettingsList { void AddPermutations(const std::string& hostname, const std::vector<uint32>& iplist, int16 port, - bool special_port_magic, - bool try_ssltcp_first); + bool special_port_magic); private: void PermuteForAddress(const talk_base::SocketAddress& server, bool special_port_magic, - bool try_ssltcp_first, std::deque<ConnectionSettings>* list_temp); ConnectionSettings template_; |