diff options
author | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-15 22:34:37 +0000 |
---|---|---|
committer | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-15 22:34:37 +0000 |
commit | 2e7f6e8287bb2e139da7bba876138e2d0f275714 (patch) | |
tree | ae15c658c20275eeb3b278d226662af46064f8e5 /chrome | |
parent | ae4b68e2c7344f560f12b7e34946188b691a4695 (diff) | |
download | chromium_src-2e7f6e8287bb2e139da7bba876138e2d0f275714.zip chromium_src-2e7f6e8287bb2e139da7bba876138e2d0f275714.tar.gz chromium_src-2e7f6e8287bb2e139da7bba876138e2d0f275714.tar.bz2 |
Changed the jingle network code in ChromeAsyncSocket to use the client socket pool. This also allows the connection to be able to tunnel through proxies.
BUG=77430
TEST=Unit-tests, sync unit-tests, test Cloud Print and Sync behind procy servers.
Review URL: http://codereview.chromium.org/6833031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81820 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/sync/notifier/invalidation_notifier.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/sync/notifier/invalidation_notifier.cc b/chrome/browser/sync/notifier/invalidation_notifier.cc index a732a10..03bf2b7 100644 --- a/chrome/browser/sync/notifier/invalidation_notifier.cc +++ b/chrome/browser/sync/notifier/invalidation_notifier.cc @@ -68,10 +68,7 @@ void InvalidationNotifier::UpdateCredentials( new notifier::Login(this, xmpp_client_settings, notifier::ConnectionOptions(), - notifier_options_.request_context_getter-> - GetURLRequestContext()->host_resolver(), - notifier_options_.request_context_getter-> - GetURLRequestContext()->cert_verifier(), + notifier_options_.request_context_getter, notifier::GetServerList(notifier_options_), notifier_options_.try_ssltcp_first, notifier_options_.auth_mechanism)); |