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

Unified Diff: media/mojo/services/media_service_factory.h

Issue 2643713003: Allow to use the DefaultRendererFactory from a Utility Process (Closed)
Patch Set: Rebase Created 3 years, 10 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
« no previous file with comments | « media/mojo/services/BUILD.gn ('k') | media/mojo/services/media_service_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/media_service_factory.h
diff --git a/media/mojo/services/media_service_factory.h b/media/mojo/services/media_service_factory.h
index 443b8dd914f343b0bc2ae0778f768d21cf748491..98cfe29753d44fbf64a4b9b686087274af5132fe 100644
--- a/media/mojo/services/media_service_factory.h
+++ b/media/mojo/services/media_service_factory.h
@@ -37,7 +37,8 @@ CreateMediaServiceForTesting();
// Creates a MediaService instance using the UtilityMojoMediaClient.
std::unique_ptr<service_manager::Service> MEDIA_MOJO_EXPORT
-CreateUtilityMediaService();
+CreateUtilityMediaService(
+ scoped_refptr<base::SingleThreadTaskRunner> task_runner);
} // namespace media
« no previous file with comments | « media/mojo/services/BUILD.gn ('k') | media/mojo/services/media_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698