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

Unified Diff: shell/child_process.h

Issue 1043123004: Shell: Remove various child process type stuff. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: NULL -> nullptr 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/app_child_process_host.cc ('k') | shell/child_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/child_process.h
diff --git a/shell/child_process.h b/shell/child_process.h
index fc664bf616d7e2908995fafd60e76a9a85796f96..3da1c8fa2e89d495cd8a6f9188ac368b0ec98a0a 100644
--- a/shell/child_process.h
+++ b/shell/child_process.h
@@ -20,11 +20,6 @@ namespace shell {
// the child process. (Instances are manufactured by |Create()|.)
class ChildProcess {
public:
- enum Type {
- // Hosts a single app (see app_child_process(_host).*).
- TYPE_APP
- };
-
virtual ~ChildProcess();
// Returns null if the command line doesn't indicate that this is a child
« no previous file with comments | « shell/app_child_process_host.cc ('k') | shell/child_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698