Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Unified Diff: jingle/notifier/listener/mediator_thread_impl.h

Issue 5958001: The MediatorThread worker thread needs to have a CertVerifier... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix typos in xmpp_connection_unittest.cc Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: jingle/notifier/listener/mediator_thread_impl.h
===================================================================
--- jingle/notifier/listener/mediator_thread_impl.h (revision 69414)
+++ jingle/notifier/listener/mediator_thread_impl.h (working copy)
@@ -105,6 +105,7 @@
base::Thread worker_thread_;
scoped_ptr<net::HostResolver> host_resolver_;
+ scoped_ptr<net::CertVerifier> cert_verifier_;
scoped_ptr<notifier::Login> login_;

Powered by Google App Engine
This is Rietveld 408576698