summaryrefslogtreecommitdiff
path: root/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h')
-rw-r--r--Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h b/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h
index 5983a76a7..dd4f45d39 100644
--- a/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h
+++ b/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Apple Inc. All rights reserved.
+ * Copyright (C) 2010, 2012 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -48,9 +48,13 @@ public:
enum ProcessType {
WebProcess,
+#if ENABLE(PLUGIN_PROCESS)
PluginProcess,
+#endif
NetworkProcess,
+#if ENABLE(SHARED_WORKER_PROCESS)
SharedWorkerProcess
+#endif
};
struct LaunchOptions {