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

Unified Diff: shell/child_process.cc

Issue 1040413003: Shell: Remove the test child stuff. (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.h ('k') | shell/child_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/child_process.cc
diff --git a/shell/child_process.cc b/shell/child_process.cc
index e53ac0af2abf6d1140aac6cc692d4775976ba3ad..3480b20eabc73b6271cfed45d39b74b1ecbc4f9f 100644
--- a/shell/child_process.cc
+++ b/shell/child_process.cc
@@ -10,7 +10,6 @@
#include "mojo/edk/embedder/platform_channel_pair.h"
#include "shell/app_child_process.h"
#include "shell/switches.h"
-#include "shell/test_child_process.h"
namespace mojo {
namespace shell {
@@ -31,9 +30,6 @@ scoped_ptr<ChildProcess> ChildProcess::Create(
scoped_ptr<ChildProcess> rv;
switch (type_as_int) {
- case TYPE_TEST:
- rv.reset(new TestChildProcess());
- break;
case TYPE_APP:
rv.reset(new AppChildProcess());
break;
« no previous file with comments | « shell/child_process.h ('k') | shell/child_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698