| Index: chromecast/browser/cast_content_browser_client.cc
|
| diff --git a/chromecast/browser/cast_content_browser_client.cc b/chromecast/browser/cast_content_browser_client.cc
|
| index 20c4361633dd5237f09220e2fe52489a22ec6a3c..14ff5c2a956a85a275b3b839b5bc485618026276 100644
|
| --- a/chromecast/browser/cast_content_browser_client.cc
|
| +++ b/chromecast/browser/cast_content_browser_client.cc
|
| @@ -359,7 +359,7 @@ void CastContentBrowserClient::RegisterUnsandboxedOutOfProcessMojoApplications(
|
| std::map<GURL, base::string16>* apps) {
|
| #if defined(ENABLE_MOJO_MEDIA_IN_UTILITY_PROCESS)
|
| apps->insert(std::make_pair(GURL("mojo:media"),
|
| - base::UTF8ToUTF16("Media Renderer")));
|
| + base::ASCIIToUTF16("Media App")));
|
| #endif
|
| }
|
|
|
|
|