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

Unified Diff: shell/out_of_process_native_runner.h

Issue 1056593002: Merge AppChildProcessHost into ChildProcessHost. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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/child_process_host_unittest.cc ('k') | shell/out_of_process_native_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/out_of_process_native_runner.h
diff --git a/shell/out_of_process_native_runner.h b/shell/out_of_process_native_runner.h
index 09764eaef2a1bc1b6bf451f8f950ce81a20faaf3..a2229a8123c37476cbf6c1cd1cad76d1f8bb9df1 100644
--- a/shell/out_of_process_native_runner.h
+++ b/shell/out_of_process_native_runner.h
@@ -15,8 +15,8 @@
namespace mojo {
namespace shell {
-class AppChildProcessHost;
class Context;
+class ChildProcessHost;
// An implementation of |NativeRunner| that loads/runs the given app (from the
// file system) in a separate process (of its own).
@@ -40,7 +40,7 @@ class OutOfProcessNativeRunner : public NativeRunner {
base::FilePath app_path_;
base::Closure app_completed_callback_;
- scoped_ptr<AppChildProcessHost> app_child_process_host_;
+ scoped_ptr<ChildProcessHost> child_process_host_;
DISALLOW_COPY_AND_ASSIGN(OutOfProcessNativeRunner);
};
« no previous file with comments | « shell/child_process_host_unittest.cc ('k') | shell/out_of_process_native_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698