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

Unified Diff: shell/app_child_process.cc

Issue 981733002: Rename {In,OutOf}ProcessDynamicServiceRunner -> ...NativeRunner. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: remove incorrect/flaky NOTREACHED() Created 5 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 | « shell/android/native_viewport_application_loader.cc ('k') | shell/app_child_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/app_child_process.cc
diff --git a/shell/app_child_process.cc b/shell/app_child_process.cc
index 2beedee4719975b34b31378bc437b4a0ad2c2b45..005403756ebc6bb84056d84211b8cee804c1f952 100644
--- a/shell/app_child_process.cc
+++ b/shell/app_child_process.cc
@@ -88,8 +88,7 @@ class AppContext : public embedder::ProcessDelegate {
void Init() {
// Initialize Mojo before starting any threads.
- embedder::Init(scoped_ptr<mojo::embedder::PlatformSupport>(
- new mojo::embedder::SimplePlatformSupport()));
+ embedder::Init(make_scoped_ptr(new embedder::SimplePlatformSupport()));
// Create and start our I/O thread.
base::Thread::Options io_thread_options(base::MessageLoop::TYPE_IO, 0);
@@ -246,7 +245,7 @@ class AppChildControllerImpl : public AppChildController, public ErrorHandler {
const base::FilePath& app_path,
NativeRunner::CleanupBehavior cleanup_behavior,
InterfaceRequest<Application> application_request) {
- // TODO(vtl): This is copied from in_process_dynamic_service_runner.cc.
+ // TODO(vtl): This is copied from in_process_native_runner.cc.
DVLOG(2) << "Loading/running Mojo app from " << app_path.value()
<< " out of process";
« no previous file with comments | « shell/android/native_viewport_application_loader.cc ('k') | shell/app_child_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698