Chromium Code Reviews| Index: jingle/notifier/communicator/login.h |
| =================================================================== |
| --- jingle/notifier/communicator/login.h (revision 77157) |
| +++ jingle/notifier/communicator/login.h (working copy) |
| @@ -64,7 +64,8 @@ |
| net::CertVerifier* cert_verifier, |
| ServerInformation* server_list, |
| int server_count, |
| - bool try_ssltcp_first); |
| + bool try_ssltcp_first, |
| + const std::string& auth_mechanism); |
| virtual ~Login(); |
| void StartConnection(); |