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

Unified Diff: shell/app_child_process_host.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/app_child_process.cc ('k') | shell/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/app_child_process_host.cc
diff --git a/shell/app_child_process_host.cc b/shell/app_child_process_host.cc
index 626d8ad6b5eff92b568fcc37daba3dfd941be279..d96a33b53528a0a8f8ab35c6f56060df2f7ce7e3 100644
--- a/shell/app_child_process_host.cc
+++ b/shell/app_child_process_host.cc
@@ -39,7 +39,7 @@ void AppChildProcessHost::StartApp(
void AppChildProcessHost::WillStart() {
DCHECK(platform_channel()->is_valid());
- mojo::ScopedMessagePipeHandle handle(embedder::CreateChannel(
+ ScopedMessagePipeHandle handle(embedder::CreateChannel(
platform_channel()->Pass(), context()->task_runners()->io_runner(),
base::Bind(&AppChildProcessHost::DidCreateChannel,
base::Unretained(this)),
« no previous file with comments | « shell/app_child_process.cc ('k') | shell/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698