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

Unified Diff: media/base/message_loop_factory_impl.h

Issue 6951013: add MessageLoopProxy in MessageLoopFactory (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 7 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: media/base/message_loop_factory_impl.h
===================================================================
--- media/base/message_loop_factory_impl.h (revision 83707)
+++ media/base/message_loop_factory_impl.h (working copy)
@@ -19,6 +19,8 @@
// MessageLoopFactory methods.
virtual MessageLoop* GetMessageLoop(const std::string& name);
+ virtual scoped_refptr<base::MessageLoopProxy> GetMLProxy(
+ const std::string& name);
protected:
virtual ~MessageLoopFactoryImpl();

Powered by Google App Engine
This is Rietveld 408576698