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

Unified Diff: media/mojo/services/main.cc

Issue 1697233002: Reland of land "media: Refactor MojoMediaClient" with fix. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/default_mojo_media_client.cc ('k') | media/mojo/services/mojo_cdm_service_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/main.cc
diff --git a/media/mojo/services/main.cc b/media/mojo/services/main.cc
index b3df5c88fd74bc42ea8bb04b5d60959a2fb9f522..2ab7d06a733c53b7e535cb2272f84cf89bfdeea1 100644
--- a/media/mojo/services/main.cc
+++ b/media/mojo/services/main.cc
@@ -14,8 +14,8 @@
mojo::ApplicationRunner::InitBaseCommandLine();
mojo::InitLogging();
- scoped_ptr<mojo::ShellClient> app_delegate =
+ scoped_ptr<mojo::ShellClient> shell_client =
media::MojoMediaApplication::CreateApp();
- mojo::ApplicationRunner runner(app_delegate.release());
+ mojo::ApplicationRunner runner(shell_client.release());
return runner.Run(mojo_handle, false /* init_base */);
}
« no previous file with comments | « media/mojo/services/default_mojo_media_client.cc ('k') | media/mojo/services/mojo_cdm_service_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698