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

Unified Diff: remoting/protocol/jingle_session_manager.h

Issue 9071001: base::Bind: Remove ScopedRunnableMethodFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 12 months 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: remoting/protocol/jingle_session_manager.h
diff --git a/remoting/protocol/jingle_session_manager.h b/remoting/protocol/jingle_session_manager.h
index a72d9a314bccae12251c56ff476b5b748d6b20a4..3791861f4487353a4f93841eacecab7b67935bb5 100644
--- a/remoting/protocol/jingle_session_manager.h
+++ b/remoting/protocol/jingle_session_manager.h
@@ -111,8 +111,6 @@ class JingleSessionManager
std::list<JingleSession*> sessions_;
- ScopedRunnableMethodFactory<JingleSessionManager> task_factory_;
-
DISALLOW_COPY_AND_ASSIGN(JingleSessionManager);
};

Powered by Google App Engine
This is Rietveld 408576698