Index: chrome/common/sandbox_init_wrapper.h |
diff --git a/chrome/common/sandbox_init_wrapper.h b/chrome/common/sandbox_init_wrapper.h |
index 56716fc4912d5656ac2bb166c159d80fbe39b5e0..3c70a7a642f44b17f5eb17875d1b099f37a64d0c 100644 |
--- a/chrome/common/sandbox_init_wrapper.h |
+++ b/chrome/common/sandbox_init_wrapper.h |
@@ -32,8 +32,9 @@ class SandboxInitWrapper { |
sandbox::BrokerServices* BrokerServices() const { return broker_services_; } |
sandbox::TargetServices* TargetServices() const { return target_services_; } |
- // Initialize the sandbox for renderer and plug-in processes, depending on |
- // the command line flags. The browser process is not sandboxed. |
+ // Initialize the sandbox for renderer, gpu, utility, worker, nacl, and |
+ // plug-in processes, depending on the command line flags. The browser |
+ // process is not sandboxed. |
// Returns true if the sandbox was initialized succesfully, false if an error |
// occurred. If process_type isn't one that needs sandboxing true is always |
// returned. |