Index: sandbox/linux/services/broker_process.h |
diff --git a/sandbox/linux/services/broker_process.h b/sandbox/linux/services/broker_process.h |
index 84982399c5e425f6b284a51704274f87731b24cb..8faa6b99a5895aa633ad4cd37d48864da8a2e6e5 100644 |
--- a/sandbox/linux/services/broker_process.h |
+++ b/sandbox/linux/services/broker_process.h |
@@ -20,7 +20,7 @@ namespace sandbox { |
// signal handler. |
// A process would typically create a broker process before entering |
// sandboxing. |
-// 1. BrokerProcess open_broker(file_whitelist); |
+// 1. BrokerProcess open_broker(read_whitelist, write_whitelist); |
// 2. CHECK(open_broker.Init(NULL)); |
// 3. Enable sandbox. |
// 4. Use open_broker.Open() to open files. |