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

Unified Diff: content/utility/utility_service_factory.cc

Issue 2115603002: Use FFmpegVideoDecoder from a UtilityProcess (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build error on win Created 4 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
« no previous file with comments | « no previous file | media/base/video_frame_pool.h » ('j') | media/base/video_frame_pool.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/utility/utility_service_factory.cc
diff --git a/content/utility/utility_service_factory.cc b/content/utility/utility_service_factory.cc
index 68dff9f98e112bc51084682163971b92cd5500e1..8a110507b3d5940e7d4832b79ee99c4e8dc9f637 100644
--- a/content/utility/utility_service_factory.cc
+++ b/content/utility/utility_service_factory.cc
@@ -25,7 +25,7 @@ void UtilityServiceFactory::RegisterServices(ServiceMap* services) {
#if defined(ENABLE_MOJO_MEDIA_IN_UTILITY_PROCESS)
ServiceInfo info;
- info.factory = base::Bind(&media::CreateMediaService);
+ info.factory = base::Bind(&media::CreateUtilityMediaService);
services->insert(std::make_pair("media", info));
#endif
}
« no previous file with comments | « no previous file | media/base/video_frame_pool.h » ('j') | media/base/video_frame_pool.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698