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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2434673002: media: Rename MojoMediaApplication to MediaService (Closed)
Patch Set: media: Rename MojoMediaApplication to MediaService Created 4 years, 2 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 | « no previous file | chromecast/browser/cast_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 449912a486f24c55f874b5bf49186259a6301e81..aa5f1079b87b5c744771e5023be94f14cd81297a 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -344,7 +344,7 @@
#endif
#if defined(ENABLE_MOJO_MEDIA_IN_BROWSER_PROCESS)
-#include "media/mojo/services/mojo_media_application_factory.h" // nogncheck
+#include "media/mojo/services/media_service_factory.h" // nogncheck
#endif
#if defined(OS_CHROMEOS)
@@ -2998,8 +2998,8 @@ void ChromeContentBrowserClient::RegisterInProcessServices(
StaticServiceMap* services) {
#if (ENABLE_MOJO_MEDIA_IN_BROWSER_PROCESS)
content::ServiceInfo info;
- info.factory = base::Bind(&media::CreateMojoMediaApplication);
- services->insert(std::make_pair("service:media", app_info));
+ info.factory = base::Bind(&media::CreateMediaService);
+ services->insert(std::make_pair("service:media", info));
#endif
#if defined(OS_CHROMEOS)
content::ServiceManagerConnection::GetForProcess()->AddConnectionFilter(
« no previous file with comments | « no previous file | chromecast/browser/cast_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698